diff options
author | Robert Haas | 2025-02-24 16:44:29 +0000 |
---|---|---|
committer | Robert Haas | 2025-02-24 16:47:31 +0000 |
commit | c9d94ea2158b7b16f8a7edbb18e504068771c91f (patch) | |
tree | 4a487bf80c5056915f3ba91dfefccb8f01b27d2c | |
parent | 9de2cc455eb9c60dda979c32985df967522a8ab2 (diff) |
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 <[email protected]>
Discussion: https://postgr.es/m/CAGECzQTfc_O+HXqAo5_-xG4r3EFVsTefUeQzSvhEyyLDba-O9w@mail.gmail.com
-rw-r--r-- | src/interfaces/libpq/exports.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/libpq/exports.txt b/src/interfaces/libpq/exports.txt index 9b789cbec0b..d5143766858 100644 --- a/src/interfaces/libpq/exports.txt +++ b/src/interfaces/libpq/exports.txt @@ -209,3 +209,4 @@ PQservice 206 PQsetAuthDataHook 207 PQgetAuthDataHook 208 PQdefaultAuthDataHook 209 +PQfullProtocolVersion 210 |