pgsql: Fix comment about pg_authid. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix comment about pg_authid.
Date
Msg-id E1t2Bd6-001WF5-PZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix comment about pg_authid.

pg_shadow is not "publicly readable".  (pg_group is, but there seems
no need to make that distinction here.)  Seems to be a thinko dating
clear back to 7762619e9.

Antonin Houska

Discussion: https://postgr.es/m/31926.1729252247@antos

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/52475b4d30984e377542f964951bea57b0b26e92

Modified Files
--------------
src/include/catalog/pg_authid.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Disable autovacuum for tables in stats import tests.
Next
From: Amit Langote
Date:
Subject: pgsql: SQL/JSON: Fix some oversights in commit b6e1157e7