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

Tatsuo Ishii ishii at sraoss.co.jp
Fri Jun 26 21:09:28 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_7_STABLE

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

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



More information about the pgpool-committers mailing list