pgsql: Standardize pg_authid oid_symbol values.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Standardize pg_authid oid_symbol values.
Date: 2021-04-10 19:03:42
Message-ID: E1lVItS-0003V6-Rp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Standardize pg_authid oid_symbol values.

Commit c9c41c7a337d3e2deb0b2a193e9ecfb865d8f52b used two different
naming patterns. Standardize on the majority pattern, which was the
only pattern in the last reviewed version of that commit.

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/aclchk.c | 8 ++++----
src/backend/commands/user.c | 8 ++++----
src/backend/utils/adt/acl.c | 6 +++---
src/include/catalog/pg_authid.dat | 6 +++---
4 files changed, 14 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2021-04-10 21:22:53 Re: pgsql: autovacuum: handle analyze for partitioned tables
Previous Message Peter Eisentraut 2021-04-10 17:45:15 pgsql: Improve behavior of date_bin with origin in the future