pgsql: Add missing object classes to object_address test

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing object classes to object_address test
Date: 2022-11-16 18:50:38
Message-ID: E1ovNUc-000UUq-1f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing object classes to object_address test

Per the comment, fill in classes mentioned in getObjectIdentityParts()
but not in the test.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/90e4f308b42b12bd66262c52fc4845bd0443c6e0

Modified Files
--------------
src/test/regress/expected/object_address.out | 6 ++++++
src/test/regress/sql/object_address.sql | 3 +++
2 files changed, 9 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-11-16 18:59:03 pgsql: Invent "multibitmapsets", and use them to speed up antijoin dete
Previous Message Tom Lane 2022-11-16 17:35:31 pgsql: Shave some cycles off subscription/t/100_bugs.pl tests.