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 1vnBkT-003SX3-09 for pgsql-hackers@arkaria.postgresql.org; Tue, 03 Feb 2026 08:27:01 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vnBkS-0040iI-01 for pgsql-hackers@arkaria.postgresql.org; Tue, 03 Feb 2026 08:26:59 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vnBkR-0040iA-1q for pgsql-hackers@lists.postgresql.org; Tue, 03 Feb 2026 08:26:59 +0000 Received: from forwardcorp1d.mail.yandex.net ([178.154.239.200]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vnBkO-00000000o5J-2XQF for pgsql-hackers@lists.postgresql.org; Tue, 03 Feb 2026 08:26:59 +0000 Received: from mail-nwsmtp-smtp-corp-main-56.klg.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-56.klg.yp-c.yandex.net [IPv6:2a02:6b8:c42:65a0:0:640:e1de:0]) by forwardcorp1d.mail.yandex.net (Yandex) with ESMTPS id CB5F88291C; Tue, 03 Feb 2026 11:26:55 +0300 (MSK) Received: from smtpclient.apple (unknown [2a02:6bf:8080:73a::1:36]) by mail-nwsmtp-smtp-corp-main-56.klg.yp-c.yandex.net (smtpcorp/Yandex) with ESMTPSA id sQjbvH0A80U0-iKQxPzUv; Tue, 03 Feb 2026 11:26:55 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1770107215; bh=I+oAN9MJmWZIlfMQT6f3x4GpmNcLKegqBrNQRl3UvIM=; h=Message-Id:To:Date:References:Cc:In-Reply-To:From:Subject; b=XnrbRZN7GAlAaBGYMxzp34a65QNixtzu9Xh/PuSjsgogZXNjL0B2uCDIjnvDFVcs4 lFpNOUoy33sq5Ea8m/iEdoNhdfmC7z1QAOBhw0B8F9cI7bqvCqNRQ8iM1+gnZHjHLS 2DYMDZx1XQlsyr659L3qkCLiYxsoDRy9BUrBXU8A= Authentication-Results: mail-nwsmtp-smtp-corp-main-56.klg.yp-c.yandex.net; dkim=pass header.i=@yandex-team.ru Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3864.300.41.1.7\)) Subject: Re: Additional message in pg_terminate_backend From: Andrey Borodin In-Reply-To: Date: Tue, 3 Feb 2026 13:26:43 +0500 Cc: Jim Jones , Kirill Reshke , Daniel Gustafsson , pgsql-hackers@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <064E214D-D86F-4917-A0B6-67EAD6BCB24A@yandex-team.ru> <99f3524c-6aee-4fe2-8f3f-fcf0b67642c2@uni-muenster.de> <7e8c913b-1bfb-41f1-b5db-c29e2af48daa@uni-muenster.de> To: Roman Khapov X-Mailer: Apple Mail (2.3864.300.41.1.7) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 3 Feb 2026, at 12:52, Roman Khapov wrote: >=20 > Some notes on this version: 1. Did you mean BackendMsgShmemSize()? size =3D add_size(size, BackendStatusShmemSize()); 2. In docs:=20 pg_cancel_backend ( pid = integer, message test = DEFAULT '' ) Did you mean text? 3. Windows build failed [0] 4. In src/include/utils/misc/backend_msg.c identification is = backend_msg.h Best regards, Andrey Borodin. [0] https://github.com/x4m/postgres_g/runs/62314358734=