]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc PG 18 relnotes: Remove item about PQservice()
authorMichael Paquier <michael@paquier.xyz>
Wed, 9 Jul 2025 04:23:13 +0000 (13:23 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 9 Jul 2025 04:23:13 +0000 (13:23 +0900)
This libpq API has been removed in fc3edb52fbb9, commit that has
forgotten one reference in the release notes.  This applies only to v18.

doc/src/sgml/release-18.sgml

index 66a6817a2be0fececd9998c7bfe67ffb9f125402..b4bd3559a3946077c17cd288a7151fb5df797ab2 100644 (file)
@@ -2626,20 +2626,6 @@ Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
      </para>
      </listitem>
 
-<!--
-Author: Michael Paquier <michael@paquier.xyz>
-2024-12-18 [4b99fed75] libpq: Add service name to PGconn and PQservice()
--->
-
-     <listitem>
-     <para>
-     Add libpq function <link
-     linkend="libpq-PQservice"><function>PQservice()</function></link>
-     to return the connection service name (Michael Banck)
-     <ulink url="&commit_baseurl;4b99fed75">&sect;</ulink>
-     </para>
-     </listitem>
-
 <!--
 Author: Tomas Vondra <tomas.vondra@postgresql.org>
 2024-08-19 [28a1121fd] Mark search_path as GUC_REPORT