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=dc3193fbd8e4d5e98526c0ea7b3e4286afac2b63
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(-)