projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9de2cc4
)
libpq: Add PQfullProtocolVersion to exports.txt
author
Robert Haas
<rhaas@postgresql.org>
Mon, 24 Feb 2025 16:44:29 +0000
(11:44 -0500)
committer
Robert 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
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/exports.txt
b/src/interfaces/libpq/exports.txt
index 9b789cbec0b514bb87e0636bbb9c35ca88de9035..d51437668588756cb06593b19ba86c9a7e8827b0 100644
(file)
--- 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