[pgpool-committers: 6805] pgpool: Fix startup packet reading process.

Tatsuo Ishii ishii at sraoss.co.jp
Fri Jun 26 21:09:23 JST 2020


Fix startup packet reading process.

If there are parameters other than "user", "database" and
"application_name", reading startup packet resulted in failing to
extract user: "no PostgreSQL user name specified in startup
packet". This was found while a frontend was trying to speak
replication protocol by using "replication=database".

Discussion: https://www.pgpool.net/pipermail/pgpool-general/2020-June/007162.html

Branch
------
V3_6_STABLE

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

Modified Files
--------------
src/protocol/child.c | 4 ++++
1 file changed, 4 insertions(+)



More information about the pgpool-committers mailing list