From 5f8acfc064c95056a225326764d67e11ec7d5b6b Mon Sep 17 00:00:00 2001 From: Craig Ringer Date: Mon, 11 Aug 2014 19:27:00 +0800 Subject: [PATCH] bdr: Force DateStyle in configuration Fixes 37903 --- bdr_ddlregress.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bdr_ddlregress.conf b/bdr_ddlregress.conf index ab7bd98fd4..c39c6a8fd1 100644 --- a/bdr_ddlregress.conf +++ b/bdr_ddlregress.conf @@ -20,4 +20,6 @@ max_replication_slots = 10 wal_level = 'logical' wal_keep_segments = 625 # roughly 9GB max -hba_file = 'pg_hba.conf' \ No newline at end of file +hba_file = 'pg_hba.conf' + +DateStyle = 'ISO, DMY' -- 2.39.5