pgpool: Add debug log for unsupported options in NegotiateProtocolMessa

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Add debug log for unsupported options in NegotiateProtocolMessa
Date: 2026-02-25 06:04:02
Message-ID: E1vv80A-006Grj-1L@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Add debug log for unsupported options in NegotiateProtocolMessage.

In PostgreSQL 19 beta phase, to test protocol 3.2 support
_pq_.test_protocol_negotiation was added in libpq. Although Pgpool-II
4.7 or later already support 3.2 and NegotiateProtocolMessage, they
lacked debugging out unsupported options, which is necessary to test
NegotiateProtocolMessage fully. This commit adds that.

Backpatch-through: v4.7

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=69564811a4dc7c207634bcafec5a80a888d34021

Modified Files
--------------
src/auth/pool_auth.c | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-02-25 06:04:32 pgpool: Add debug log for unsupported options in NegotiateProtocolMessa
Previous Message Taiki Koshino 2026-02-24 07:57:42 pgpool: Add parameters to specify the watchdog/heartbeat listen address