pgsql: Fill in more of ObjectProperty - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fill in more of ObjectProperty
Date
Msg-id E1qxPS4-0035jM-8r@gemulon.postgresql.org
Whole thread Raw
List 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@eisentraut.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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Add STREAM_START/STREAM_STOP for transactional messages during d
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: Teach contrib/amcheck to check the unique constraint violation