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.94.2) (envelope-from ) id 1snh7U-005QnG-He for pgsql-hackers@arkaria.postgresql.org; Mon, 09 Sep 2024 16:20:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1snh7U-00Es0y-2v for pgsql-hackers@arkaria.postgresql.org; Mon, 09 Sep 2024 16:20:04 +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.94.2) (envelope-from ) id 1snh7T-00Es0q-Pl for pgsql-hackers@lists.postgresql.org; Mon, 09 Sep 2024 16:20:03 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1snh7Q-000KPU-E0 for pgsql-hackers@lists.postgresql.org; Mon, 09 Sep 2024 16:20:03 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 489GJwc73206704; Mon, 9 Sep 2024 12:19:58 -0400 From: Tom Lane To: Stepan Neretin cc: Peter Eisentraut , pgsql-hackers@lists.postgresql.org Subject: Re: SPI_connect, SPI_connect_ext return type In-reply-to: <2621243.1725780683@sss.pgh.pa.us> References: <3133982.1723299124@sss.pgh.pa.us> <2074782.1725570830@sss.pgh.pa.us> <2621243.1725780683@sss.pgh.pa.us> Comments: In-reply-to Tom Lane message dated "Sun, 08 Sep 2024 03:31:23 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3206702.1725898798.1@sss.pgh.pa.us> Date: Mon, 09 Sep 2024 12:19:58 -0400 Message-ID: <3206703.1725898798@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I wrote: > I too think it's good to go. If no one complains or asks for > more time to review, I will push it Monday or so. And done. regards, tom lane