]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Don't call ExecOpenIndices if pg_class relhasindex shows there are no
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Nov 1999 05:09:18 +0000 (05:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Nov 1999 05:09:18 +0000 (05:09 +0000)
commite81ad79de0cc1198d34470d509e047d9ec72f036
tree16b612f31fac6117ccc15ca08da12f486792ec62
parentd40dbb7387a50b1319d84cb596a854f1688302db
Don't call ExecOpenIndices if pg_class relhasindex shows there are no
indexes to open.  Avoid unnecessary work in ExecCheckPerm, too.
src/backend/executor/execMain.c
src/backend/executor/nodeAppend.c