aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_node.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-05-29 23:38:05 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-05-29 23:38:05 +0000
commit03a542ba630fe800afc98dc08a6f0d2b93b0addf (patch)
treeff26d4c592ca32f9ec09d6b54e719cfb01bde9e7 /src/backend/parser/parse_node.c
parent140b078d2a21acedc3398896f0f360f5d01ffb6c (diff)
downloadpostgresql-03a542ba630fe800afc98dc08a6f0d2b93b0addf.tar.gz
postgresql-03a542ba630fe800afc98dc08a6f0d2b93b0addf.zip
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.
Diffstat (limited to 'src/backend/parser/parse_node.c')
0 files changed, 0 insertions, 0 deletions