OSDN Git Service

Avoid scanning the relcache during AtEOSubXact_RelationCache when there
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Nov 2004 20:19:52 +0000 (20:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Nov 2004 20:19:52 +0000 (20:19 +0000)
commit3e3f283e31b4e1da061970e048efe239a70b294d
tree8a235f1040a918129dc5df900e7e0e45bbdd45c8
parent8ecbc46bdb5815a52b8a0f2c88b891ad49ce50dd
Avoid scanning the relcache during AtEOSubXact_RelationCache when there
is nothing to do, which is most of the time.  This is another simple
improvement to cut subtransaction entry/exit overhead.
src/backend/utils/cache/relcache.c