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 1wRv3q-002o4s-0U for pgsql-hackers@arkaria.postgresql.org; Tue, 26 May 2026 16:55:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wRv3n-005KYX-0H for pgsql-hackers@arkaria.postgresql.org; Tue, 26 May 2026 16:55:20 +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 1wRv3m-005KYP-2a for pgsql-hackers@lists.postgresql.org; Tue, 26 May 2026 16:55:19 +0000 Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wRv3l-00000001YFm-12gf for pgsql-hackers@postgresql.org; Tue, 26 May 2026 16:55:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:To:From:Date:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description; bh=ydxNA4QjMz096++ehUdwT+0fUM8D+rbu96rRB/9GBlw=; b=M73FrH6Y1uTdfONm7EjRBWnPjz 10n2SL441UyWC2p5sJsBOgVXL4UE3oauevkB4304MhyW+3Bl3+29h7IrNN2QkkE1Rxv/XXelBiLEI p0jn0Pand5xUfAzQSrhWiEkeA0Lq2CDX5LiF2b52x69nVigUj4q33yzu05F3zpih4ZBExE7N2rtSc k7cBpfny1V04AEb3Y0ehlRlgj2KygKk3sC7Stiy7bAlhFxK7QDELM6vW6BiaC9kJddAl/g0CnBXbQ qf4geNVmnaCT29nEwK2IWMBCB9PW/jEgEk8MZkQS9Wer8h26h4Ty3dc6Sw8FS2atKeMn/sMnK3F5b 7tzpV/dA==; Received: from authenticated-user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1wRv3j-002Uce-36; Tue, 26 May 2026 16:55:16 +0000 Date: Tue, 26 May 2026 18:55:15 +0200 From: Christoph Berg To: Nathan Bossart , pgsql-hackers@postgresql.org Subject: Re: future of PQfn() Message-ID: Mail-Followup-To: Christoph Berg , Nathan Bossart , pgsql-hackers@postgresql.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Debian-User: myon List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: To Nathan Bossart > I found some references via Debian's codesearch: I meant to include the URL for that: https://codesearch.debian.net/search?q=PQfn%5Cb&literal=0 PQnfn has no hits outside of postgresql-18. Christoph