pgsql: Update oidjoins regression test for v11.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update oidjoins regression test for v11.
Date: 2018-05-07 18:32:14
Message-ID: E1fFkvm-0001q8-3L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update oidjoins regression test for v11.

Commit 86f575948 already manually updated the oidjoins test for the
new pg_constraint.conparentid => pg_constraint.oid relationship, but
failed to update findoidjoins/README, thus the apparent inconsistency
here.

Michael Paquier

Discussion: https://postgr.es/m/20180507001811.GA27389@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fbb99e5883d88687de4dbd832c2843f600ab3dd8

Modified Files
--------------
src/test/regress/expected/oidjoins.out | 8 ++++++++
src/test/regress/sql/oidjoins.sql | 4 ++++
src/tools/findoidjoins/README | 8 +++++---
3 files changed, 17 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-05-07 19:12:07 pgsql: Undo extra chattiness of postmaster logs in TAP tests.
Previous Message Tom Lane 2018-05-07 17:44:14 pgsql: Suppress compiler warnings when building with --enable-dtrace.