pgsql: libpq: Stop greasing protocol connections

From: Jacob Champion <jchampion(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: libpq: Stop greasing protocol connections
Date: 2026-09-01 18:16:59
Message-ID: E1x1T2X-000000034Nk-47oC@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

libpq: Stop greasing protocol connections

This reverts commit 4966bd3ed95e0d02bf220c4bad2b292963827dd4, which
introduced the 19beta grease campaign, now that Beta 3 has been stamped.
(The reservation and documentation for the grease version code, done in
d8d7c5dc8f, remains.)

Discussion: https://postgr.es/m/CAOYmi%2Bkqt_gn-wvUjJG1j3MM4LDDsRMURSPz2eMxfABu0iGtpw%40mail.gmail.com
Backpatch-through: 19

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/408a28c49a6744715a954bd817141ba562e28341

Modified Files
--------------
doc/src/sgml/libpq.sgml | 17 --------
doc/src/sgml/protocol.sgml | 11 -----
src/interfaces/libpq/fe-connect.c | 51 ++++-------------------
src/interfaces/libpq/fe-misc.c | 18 --------
src/interfaces/libpq/fe-protocol3.c | 53 ++----------------------
src/interfaces/libpq/libpq-int.h | 1 -
src/test/modules/libpq_pipeline/libpq_pipeline.c | 6 +--
7 files changed, 16 insertions(+), 141 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2026-09-01 18:50:24 pgsql: Make after-startup shmem failure test reliable
Previous Message Jeff Davis 2026-09-01 16:59:52 pgsql: Revert "Force LC_COLLATE to C in postmaster."