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-06-01 04:33:14
Message-ID: E1wTuKw-004Rht-1f@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.

Backpatch-through: v4.3

Branch
------
V4_7_STABLE

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

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-06-03 06:16:49 pgpool: Modify release note.
Previous Message Tatsuo Ishii 2026-06-01 04:33:08 pgpool: Allow pgproto to accept new line data.