pgsql: Add missing command for pg_maintain in comment - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Add missing command for pg_maintain in comment
Date
Msg-id E1svOTP-001dHh-Gz@gemulon.postgresql.org
Whole thread Raw
List 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@oss.nttdata.com>
Reviewed-by: Yugo Nagata <nagata@sraoss.co.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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Do not treat \. as an EOF marker in CSV mode for COPY IN.
Next
From: Michael Paquier
Date:
Subject: pgsql: Expand assertion check for query ID reporting in executor