Skip to content
Snippets Groups Projects
Commit 03a542ba authored by Tom Lane's avatar Tom Lane
Browse files

Avoid unnecessary fetch from pg_shadow in the normal case in

pg_class_aclmask().  We only need to do this when we have to check
pg_shadow.usecatupd, and that's not relevant unless the target table
is a system catalog.  So we can usually avoid one syscache lookup.
parent 140b078d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment