pgsql: Improve objectNamesToOids() comment - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Improve objectNamesToOids() comment
Date
Msg-id E1urITt-001wB5-0d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve objectNamesToOids() comment

Commit d31bbfb6590 removed the comment at objectNamesToOids() that
there is no locking, because that commit added locking.  But to fix
all the problems, we'd still need a stronger lock.  So put the comment
back with more a detailed explanation.

Co-authored-by: Noah Misch <noah@leadboat.com>
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://www.postgresql.org/message-id/flat/bf72b82c-124d-4efa-a484-bb928e9494e4@eisentraut.org

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/aclchk.c | 14 ++++++++++++++
1 file changed, 14 insertions(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix: Don't strip $libdir from nested module_pathnames
Next
From: Andres Freund
Date:
Subject: pgsql: aio: Stop using enum bitfields due to bad code generation