pgsql: Don't test xmin/xmax columns of a postgres_fdw foreign table.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't test xmin/xmax columns of a postgres_fdw foreign table.
Date: 2014-03-23 07:49:52
Message-ID: E1WRdAG-00078p-Ku@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't test xmin/xmax columns of a postgres_fdw foreign table.

Their values are unspecified and system-dependent.

Per buildfarm member kouprey.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-03-23 13:22:45 Re: pgsql: Allow opclasses to provide tri-valued GIN consistent functions.
Previous Message Noah Misch 2014-03-23 06:33:18 pgsql: Address ccvalid/ccnoinherit in TupleDesc support functions.