pgsql: Add missing command for pg_maintain in comment

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing command for pg_maintain in comment
Date: 2024-09-30 22:02:32
Message-ID: E1svOTP-001dHh-Gz@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing command for pg_maintain in comment

The comment in pg_class_aclmask_ext() which lists the allowed commands
for the pg_maintain role lacked LOCK TABLE.

Reported-by: Yusuke Sugie <btsugieyuusuke(at)oss(dot)nttdata(dot)com>
Reviewed-by: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Discussion: https://postgr.es/m/034d3c60f5daba1919cd90f236b2e22d@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/102de3be73345a8de443355e055c10762b08cc4c

Modified Files
--------------
src/backend/catalog/aclchk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-09-30 23:57:05 pgsql: Expand assertion check for query ID reporting in executor
Previous Message Tom Lane 2024-09-30 21:57:31 pgsql: Do not treat \. as an EOF marker in CSV mode for COPY IN.