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

From Noah Misch
Subject pgsql: Don't test xmin/xmax columns of a postgres_fdw foreign table.
Date
Msg-id E1WRdAG-00078p-Ku@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Address ccvalid/ccnoinherit in TupleDesc support functions.
Next
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Allow opclasses to provide tri-valued GIN consistent functions.