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

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

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

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



More information about the pgpool-committers mailing list