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(+)