pgsql: Fix comment about pg_authid.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment about pg_authid.
Date: 2024-10-19 15:44:36
Message-ID: E1t2Bd6-001WF5-PZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2024-10-20 03:40:34 pgsql: SQL/JSON: Fix some oversights in commit b6e1157e7
Previous Message Jeff Davis 2024-10-18 17:58:13 pgsql: Disable autovacuum for tables in stats import tests.