pgsql: Use DEFACLOBJ_ macros in error message instead of hardcoding

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use DEFACLOBJ_ macros in error message instead of hardcoding
Date: 2017-06-14 18:45:10
Message-ID: E1dLDHy-0003sl-ES@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use DEFACLOBJ_ macros in error message instead of hardcoding

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/objectaddress.c | 9 +++++++--
src/test/regress/expected/object_address.out | 6 +++---
2 files changed, 10 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-06-14 18:57:29 pgsql: Don't force-assign transaction id when exporting a snapshot.
Previous Message Tom Lane 2017-06-14 18:28:35 Re: pgindent (was Re: [COMMITTERS] pgsql: Preventive maintenance in advance of pgindent run.)