[pgpool-committers: 4421] pgpool: Fix timestamp data inconsistency by replication mode.

Bo Peng pengbo at sraoss.co.jp
Mon Dec 18 12:24:11 JST 2017


Fix timestamp data inconsistency by replication mode.

From PostgreSQL10 the column default value such as 'CURRENT_DATE' changes,
Pgpool-II should also rewrite timestamp by the added default values in stead of
"'now'::text::date".

Branch
------
V3_4_STABLE

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

Modified Files
--------------
src/rewrite/pool_timestamp.c                       | 12 ++++++++---
.../tests/002.native_replication/test.sh           | 24 ++++++++++++++++++----
2 files changed, 29 insertions(+), 7 deletions(-)



More information about the pgpool-committers mailing list