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:08
Message-ID: E1wTuKq-004Rgy-2a@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_6_STABLE

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

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 Tatsuo Ishii 2026-06-01 04:33:14 pgpool: Allow pgproto to accept new line data.
Previous Message Tatsuo Ishii 2026-06-01 04:33:02 pgpool: Allow pgproto to accept new line data.