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:32
Message-ID: E1vv80e-006GwN-2F@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
------
V4_7_STABLE

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

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

Browse pgpool-committers by date

  From Date Subject
Next Message Taiki Koshino 2026-02-25 07:16:04 pgpool: Add release note.
Previous Message Tatsuo Ishii 2026-02-25 06:04:02 pgpool: Add debug log for unsupported options in NegotiateProtocolMessa