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