[pgpool-committers: 4411] pgpool: Fix timestamp data inconsistency by replication mode.
Bo Peng
pengbo at sraoss.co.jp
Mon Dec 18 10:25:32 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
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=8d58378ff3d3aa9b5b5bdd489d201e1c4229ac60
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