From 78668eec955cc2dba3e6690e546da1b76d5dfa25 Mon Sep 17 00:00:00 2001 From: Jelte Fennema-Nio Date: Mon, 23 Dec 2024 16:49:10 +0100 Subject: [PATCH v16 1/8] libpq: Add PQfullProtocolVersion to exports.txt This is necessary to be able to actually use the function on Windows. --- src/interfaces/libpq/exports.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interfaces/libpq/exports.txt b/src/interfaces/libpq/exports.txt index 2ad2cbf5ca3..467f2718dec 100644 --- a/src/interfaces/libpq/exports.txt +++ b/src/interfaces/libpq/exports.txt @@ -206,3 +206,4 @@ PQsocketPoll 203 PQsetChunkedRowsMode 204 PQgetCurrentTimeUSec 205 PQservice 206 +PQfullProtocolVersion 207 base-commit: 7ec4b9ff80d92fee3c41eb1a069cc32d0ec11da1 -- 2.34.1