pgsql: Fill in more of ObjectProperty

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fill in more of ObjectProperty
Date: 2023-10-30 10:24:56
Message-ID: E1qxPS4-0035jM-8r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fill in more of ObjectProperty

Fill in .objtype field where an appropriate value exists.

These cases are currently not used (see also comments at
get_object_type()), but we might as well fill in what's possible in
case additional uses arise.

Discussion: https://www.postgresql.org/message-id/flat/75ae5875-3abc-dafc-8aec-73247ed41cde(at)eisentraut(dot)org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0c60e8ba80e03491b028204a19a9dca6d216df91

Modified Files
--------------
src/backend/catalog/objectaddress.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-10-30 18:52:55 Re: pgsql: Teach contrib/amcheck to check the unique constraint violation
Previous Message Amit Kapila 2023-10-30 09:14:30 pgsql: Add STREAM_START/STREAM_STOP for transactional messages during d