[pgpool-committers: 10204] pgpool: Fix COPY hangs.

Tatsuo Ishii ishii at postgresql.org
Mon Nov 11 20:54:58 JST 2024


Fix COPY hangs.

During COPY IN state (i.e. COPY FROM STDIN), frontend can send Flush
or Sync messages.  According to the F/B protocol specification, they
should be ignored but Pgpool-II treated as an invalid message and this
causes COPY hung.

Discussion: https://github.com/pgpool/pgpool2/issues/79
Backpatch-through: v4.1

Branch
------
V4_4_STABLE

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

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



More information about the pgpool-committers mailing list