v16-0001-libpq-Add-PQfullProtocolVersion-to-exports.txt.patch

application/octet-stream

Filename: v16-0001-libpq-Add-PQfullProtocolVersion-to-exports.txt.patch
Type: application/octet-stream
Part: 0
Message: Re: Add new protocol message to change GUCs for usage with future protocol-only GUCs

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 v16-0001
Subject: libpq: Add PQfullProtocolVersion to exports.txt
File+
src/interfaces/libpq/exports.txt 1 0
From 78668eec955cc2dba3e6690e546da1b76d5dfa25 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 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