Fix not to print warnings of use of backslashes in parser.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 24 Nov 2022 06:31:48 +0000 (15:31 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 24 Nov 2022 06:31:48 +0000 (15:31 +0900)
commit0ab204c6de76c66180dd4e7213d16459aaf6cb31
treec42ccdfed092f6715d4d923ff0b09d39a9458080
parentba1e5ff4f276199ef5ab32ac318d8ea52626cd8f
Fix not to print warnings of use of backslashes in parser.

When standard_conforming_strings = off and escape_string_warning = on,
PostgreSQL prints warnings if backslashes are used in string
literal. This is fine. But previously Pgpool-II's parser printed the
same message too. This is redundant.
src/parser/scan.c
src/parser/scan.l