pgpool: Allow pgproto to accept new line data.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Allow pgproto to accept new line data.
Date: 2026-05-26 01:48:38
Message-ID: E1wRguM-005gQi-1X@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Allow pgproto to accept new line data.

Now "\n" is recognized as a new line. This is necessary for COPY
command.

Branch
------
master

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

Modified Files
--------------
doc.ja/src/sgml/ref/pgproto.sgml | 16 +++++++++++++---
doc/src/sgml/ref/pgproto.sgml | 15 +++++++++++++--
src/tools/pgproto/buffer.c | 18 ++++++++++++++----
3 files changed, 40 insertions(+), 9 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Taiki Koshino 2026-05-26 08:41:29 pgpool: Revert "Fix: primary_routing_query_pattern_list retains old val
Previous Message Taiki Koshino 2026-05-21 05:18:03 pgpool: Prepare 4.3.20: Modify version.sgml