pgsql: libpq: Add PQfullProtocolVersion to exports.txt

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: libpq: Add PQfullProtocolVersion to exports.txt
Date: 2025-02-24 16:57:56
Message-ID: E1tmbmG-000U0a-17@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

libpq: Add PQfullProtocolVersion to exports.txt

This is necessary to be able to actually use the function on Windows;
bug introduced in commit cdb6b0fdb0b2face270406905d31f8f513b015cc.

Author: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
Discussion: https://postgr.es/m/CAGECzQTfc_O+HXqAo5_-xG4r3EFVsTefUeQzSvhEyyLDba-O9w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c9d94ea2158b7b16f8a7edbb18e504068771c91f

Modified Files
--------------
src/interfaces/libpq/exports.txt | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2025-02-24 17:11:32 pgsql: libpq: Trace all NegotiateProtocolVersion fields
Previous Message Tom Lane 2025-02-24 16:16:09 pgsql: Fix confusion about data type of pg_class.relpages and relallvis