[pgpool-committers: 5227] pgpool: Fix syntax error in native replication, when queries including

Bo Peng pengbo at sraoss.co.jp
Thu Oct 18 18:24:02 JST 2018


Fix syntax error in native replication, when queries including now() etc. and "IN (SELECT ...)" in WHERE clause.

In native replication, queries including now() etc. are rewritten to a timestamp constant value.
However, Pgpool-II didn't support queries including now() etc. and "IN (SELECT ...)" in WHERE clause.

Per bug433.

Branch
------
V3_5_STABLE

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

Modified Files
--------------
src/parser/outfuncs.c | 6 ++++++
1 file changed, 6 insertions(+)



More information about the pgpool-committers mailing list