Fix syntax error in native replication, when queries including now() etc. and "IN...
authorBo Peng <pengbo@sraoss.co.jp>
Thu, 18 Oct 2018 09:12:24 +0000 (18:12 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Thu, 18 Oct 2018 09:23:53 +0000 (18:23 +0900)
commit0b059bd5887d8c40aff04a73fd718f4541bd9201
tree79c1d05b0f641a4b7a98db83734f79cb9a7bc9eb
parentdd043dff7300bb4dac3a677e0077b09f2dbf0bc7
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.
src/parser/outfuncs.c