libpq: Add PQfullProtocolVersion to exports.txt
authorRobert Haas <rhaas@postgresql.org>
Mon, 24 Feb 2025 16:44:29 +0000 (11:44 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 24 Feb 2025 16:47:31 +0000 (11:47 -0500)
This is necessary to be able to actually use the function on Windows;
bug introduced in commit cdb6b0fdb0b2face270406905d31f8f513b015cc.

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

src/interfaces/libpq/exports.txt

index 9b789cbec0b514bb87e0636bbb9c35ca88de9035..d51437668588756cb06593b19ba86c9a7e8827b0 100644 (file)
@@ -209,3 +209,4 @@ PQservice                 206
 PQsetAuthDataHook         207
 PQgetAuthDataHook         208
 PQdefaultAuthDataHook     209
+PQfullProtocolVersion     210