pgsql: Band-aid for regression test expected-results problem with times - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Band-aid for regression test expected-results problem with times
Date
Msg-id E1UElb0-000744-14@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Band-aid for regression test expected-results problem with timestamptz.

We probably need to tell the remote server to use specific timezone and
datestyle settings, and maybe other things.  But for now let's just hack
the postgres_fdw regression test to not provoke failures when run in
non-EST5EDT environments.  Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f7951eef89be78c50ea2241f593d76dfefe176c9

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out |   12 ++++++------
contrib/postgres_fdw/sql/postgres_fdw.sql      |    4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Support writable foreign tables.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: pg_basebackup: Add missing newlines to several error messages