Fix relcache.c so that local relations (those created during
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Sep 1999 19:33:16 +0000 (19:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Sep 1999 19:33:16 +0000 (19:33 +0000)
commitcc8b67a5c32a0cfc10be243e56d5bb10fa40f92d
tree677747ca7fad11407ef537a813d2d7f069a6932b
parentc5092847e76571131d09e81e93b1b8cad506dd40
Fix relcache.c so that local relations (those created during
current transaction) are not flushed by shared-cache-inval reset message.
SI reset actually works now, for probably the first time in a long time.
I was able to run initdb and regression tests with a 16-element SI message
array, with a lot of NOTICE: cache state reset messages but no crashes.
src/backend/utils/cache/relcache.c