[pgpool-committers: 6804] pgpool: Fix startup packet reading process.
Tatsuo Ishii
ishii at sraoss.co.jp
Fri Jun 26 21:09:18 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_5_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=5f62ef21fe63961e611835b0e5781949866d7e4e
Modified Files
--------------
src/protocol/child.c | 4 ++++
1 file changed, 4 insertions(+)
More information about the pgpool-committers
mailing list