]> granicus.if.org Git - postgresql/commit
Keep heap open until new heap generated in RMV.
authorKevin Grittner <kgrittn@postgresql.org>
Wed, 6 Nov 2013 18:26:36 +0000 (12:26 -0600)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 6 Nov 2013 18:26:36 +0000 (12:26 -0600)
commitbc06faeb78c0e66927cd04f46ed8b5d41ab18427
tree0e8a5bde54d01e4a99e7c7285e7cd1ed8c55ed78
parentb47487138533075be1c558310685d4d822b7acb9
Keep heap open until new heap generated in RMV.

Early close became apparent when invalidation messages were
processed in a new location under CLOBBER_CACHE_ALWAYS builds, due
to additional locking.

Back-patch to 9.3
src/backend/commands/matview.c