public inbox for [email protected]help / color / mirror / Atom feed
pgpool: Allow pgproto to accept new line data. 6+ messages / 1 participants [nested] [flat]
* pgpool: Allow pgproto to accept new line data. @ 2026-05-26 01:48 Tatsuo Ishii <[email protected]> 0 siblings, 0 replies; 6+ messages in thread From: Tatsuo Ishii @ 2026-05-26 01:48 UTC (permalink / raw) To: [email protected] 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=627ab8cd89c453b04dd83ad96a916182a2502... 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(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgpool: Allow pgproto to accept new line data. @ 2026-06-01 04:32 Tatsuo Ishii <[email protected]> 0 siblings, 0 replies; 6+ messages in thread From: Tatsuo Ishii @ 2026-06-01 04:32 UTC (permalink / raw) To: [email protected] 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_3_STABLE Details ------- https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=dbbbba19d87bbeb89505b86b08aed5a11a599... 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(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgpool: Allow pgproto to accept new line data. @ 2026-06-01 04:32 Tatsuo Ishii <[email protected]> 0 siblings, 0 replies; 6+ messages in thread From: Tatsuo Ishii @ 2026-06-01 04:32 UTC (permalink / raw) To: [email protected] 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_4_STABLE Details ------- https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=4eb1fe84aeb592fe6eab54afa484b5eb69e4d... 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(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgpool: Allow pgproto to accept new line data. @ 2026-06-01 04:33 Tatsuo Ishii <[email protected]> 0 siblings, 0 replies; 6+ messages in thread From: Tatsuo Ishii @ 2026-06-01 04:33 UTC (permalink / raw) To: [email protected] 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_5_STABLE Details ------- https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=dc3193fbd8e4d5e98526c0ea7b3e4286afac2... 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(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgpool: Allow pgproto to accept new line data. @ 2026-06-01 04:33 Tatsuo Ishii <[email protected]> 0 siblings, 0 replies; 6+ messages in thread From: Tatsuo Ishii @ 2026-06-01 04:33 UTC (permalink / raw) To: [email protected] 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=3a54a78188869187ca7f4afbfefa7417b5497... 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(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgpool: Allow pgproto to accept new line data. @ 2026-06-01 04:33 Tatsuo Ishii <[email protected]> 0 siblings, 0 replies; 6+ messages in thread From: Tatsuo Ishii @ 2026-06-01 04:33 UTC (permalink / raw) To: [email protected] 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=14cd8d073dfcb641eb1786e5e652265a8b718... 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(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
end of thread, other threads:[~2026-06-01 04:33 UTC | newest] Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2026-05-26 01:48 pgpool: Allow pgproto to accept new line data. Tatsuo Ishii <[email protected]> 2026-06-01 04:32 pgpool: Allow pgproto to accept new line data. Tatsuo Ishii <[email protected]> 2026-06-01 04:32 pgpool: Allow pgproto to accept new line data. Tatsuo Ishii <[email protected]> 2026-06-01 04:33 pgpool: Allow pgproto to accept new line data. Tatsuo Ishii <[email protected]> 2026-06-01 04:33 pgpool: Allow pgproto to accept new line data. Tatsuo Ishii <[email protected]> 2026-06-01 04:33 pgpool: Allow pgproto to accept new line data. Tatsuo Ishii <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox