Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1whHzg-0008Gi-14 for pgsql-hackers@arkaria.postgresql.org; Wed, 08 Jul 2026 02:26:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1whHze-004N72-2l for pgsql-hackers@arkaria.postgresql.org; Wed, 08 Jul 2026 02:26:35 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1whHze-004N5T-1Z for pgsql-hackers@lists.postgresql.org; Wed, 08 Jul 2026 02:26:35 +0000 Received: from ewsoutbound.kpnmail.nl ([195.121.94.185]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1whHzc-000000005C6-0Yqh for pgsql-hackers@lists.postgresql.org; Wed, 08 Jul 2026 02:26:34 +0000 X-KPN-MessageId: 6d4bcf06-7a74-11f1-9e8e-005056999439 Received: from smtp.kpnmail.nl (unknown [10.31.155.7]) by ewsoutbound.so.kpn.org (Halon) with ESMTPS id 6d4bcf06-7a74-11f1-9e8e-005056999439; Wed, 08 Jul 2026 04:26:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xs4all.nl; s=xs4all01; h=content-type:from:to:subject:mime-version:date:message-id; bh=qKYQd1fYmuybjPfoaT/DWUXuxzFpL0HjdM0m6SGIma4=; b=Ri6LIPSooMBVChkTiE/JBLLRwjnDISBfuBu42xe3oyuI7GDzPtloHpDx4Su5AJrn2EdO3z8dVsGSh FOFJhWSuMgIrt/S980EY08zBhNA+ljwnZoFrEBuoW6XQMGG/dzfQWxV/F3WZOLqmNyEUJ9gSmrISLg kF0McIXBIZzw97KQqkrwsmd1WCFVE5y5NGdoQivbakk6TyK32buC3IMHFtZHIPmAUPpLTucAoB5+Aq YeDsI0UwQZzYBPTv7rvMHkqpKix/bOdBuDfMjeW/bWjx+yCAr2anVhe+D4u3An9hJ0V6P/h0N+4aG7 fHGaP3alw3bH8RdS8mhSWyMhx+XJitg== X-KPN-MID: 33|m8VuR1WYrkYQDzRLdlHbkpH1KxbQaAEtiFukZakisewQxObzC7hB9tVh1bzgx8v aXfWq/sagQnGy6mujBW8jstOzSUS4oI8cbxGsYolxdSg= X-KPN-VerifiedSender: Yes X-CMASSUN: 33|yxDnSMD/lTzEjVvSeu0paEg+J+UwQt1hgPUYZCEbgBbYrdfCQjqTasmCmr0uiNk 2L6TBadnO/q6oZuofYsf6ZQ== X-Originating-IP: 45.83.234.25 Received: from [192.168.178.31] (unknown [45.83.234.25]) by smtp.xs4all.nl (Halon) with ESMTPSA id 691b446f-7a74-11f1-807c-005056998788; Wed, 08 Jul 2026 04:26:29 +0200 (CEST) Message-ID: <6223b7dc-bfee-fcff-88d9-13f99b8d4897@xs4all.nl> Date: Wed, 8 Jul 2026 04:26:10 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: pgsql: Cleanup comments/docs around the new shmem request callbacks Content-Language: en-US To: Heikki Linnakangas , PostgreSQL Hackers References: From: Erik Rijkers In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Op 7/7/26 om 21:40 schreef Heikki Linnakangas: > Cleanup comments/docs around the new shmem request callbacks > > Make it explicit in the docs that the shmem initialization callbacks > are called while holding ShmemIndexLock. > > Reviewed-by: Ashutosh Bapat > Discussion: https://www.postgresql.org/message-id/CAExHW5sHs+eSiTDOd14buayc6JbBX=Hm5ssFMBK0Ki9sTGEOuA@mail.gmail.com > Backpatch-through: 19 > > Branch > ------ > REL_19_STABLE > > Details > ------- > https://git.postgresql.org/pg/commitdiff/a53d6d8aea8fe703d86dd2bdc0a3d86800eca7c3 > > Modified Files > -------------- > doc/src/sgml/xfunc.sgml | 4 ++-- Hi, in doc/src/sgml/xfunc.sgml the sentence: "two backends trying to initializing the memory area" should be: "two backends trying to initialize the memory area" Thanks, Erik > src/backend/storage/ipc/shmem.c | 7 +++++-- > 2 files changed, 7 insertions(+), 4 deletions(-) >