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

Bo Peng pengbo at sraoss.co.jp
Thu Oct 18 18:24:01 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
------
master

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

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



More information about the pgpool-committers mailing list