v17-0001-libpq-Add-PQfullProtocolVersion-to-exports.txt.patch
text/x-patch
Filename: v17-0001-libpq-Add-PQfullProtocolVersion-to-exports.txt.patch
Type: text/x-patch
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v17-0001
Subject: libpq: Add PQfullProtocolVersion to exports.txt
| File | + | − |
|---|---|---|
| src/interfaces/libpq/exports.txt | 1 | 0 |
From c98c177098b95a4d52eb9ea19b9ff841cc1f9944 Mon Sep 17 00:00:00 2001 From: Jelte Fennema-Nio <postgres@jeltef.nl> Date: Mon, 23 Dec 2024 16:49:10 +0100 Subject: [PATCH v17 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: 217919dd0954f54402e8d0a38cd203a740754077 -- 2.43.0