pgsql: libpq_pipeline: Test the default protocol version

From: Jacob Champion <jchampion(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: libpq_pipeline: Test the default protocol version
Date: 2026-01-23 21:08:26
Message-ID: E1vjOOH-002D6f-32@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

libpq_pipeline: Test the default protocol version

In preparation for a future change to libpq's default protocol version,
pin today's default (3.0) in the libpq_pipeline tests.

Patch by Jelte Fennema-Nio, with some additional refactoring of the
PQconnectdbParams() logic by me.

Author: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
Discussion: https://postgr.es/m/DDPR5BPWH1RJ.1LWAK6QAURVAY%40jeltef.nl

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9b9eaf08ab2dc22c691b22e59f1574e0f1bcc822

Modified Files
--------------
src/test/modules/libpq_pipeline/libpq_pipeline.c | 50 ++++++++++++++++--------
1 file changed, 34 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2026-01-24 11:36:35 pgsql: Fix trigger transition table capture for MERGE in CTE queries.
Previous Message Nathan Bossart 2026-01-23 17:00:19 pgsql: Add missing #include.