pgsql: Update oidjoins regression test to match git HEAD. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update oidjoins regression test to match git HEAD.
Date
Msg-id E1RQ7pW-0003mv-Uq@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update oidjoins regression test to match git HEAD.

This is mostly to add some sanity checking for the pg_range catalog.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4165d5b6d7d2e399edbc6d027039358794aa8f04

Modified Files
--------------
src/test/regress/expected/oidjoins.out |   64 ++++++++++++++++++++++++++++++++
src/test/regress/sql/oidjoins.sql      |   32 ++++++++++++++++
src/tools/findoidjoins/README          |   14 +++++-
3 files changed, 107 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Return NULL instead of throwing error when desired bound is not
Next
From: Tom Lane
Date:
Subject: pgsql: Fix alignment and toasting bugs in range types.