Keep heap open until new heap generated in RMV.

Kevin Grittner <kgrittn@postgresql.org>

Commit: 5829082a57be8bcbc5f75cd28d935730b783c6d2
Author: Kevin Grittner <kgrittn@postgresql.org>
Date: 2013-11-06T18:27:52Z
Releases: 9.4.0
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

Files

PathChange+/−
src/backend/commands/matview.c modified +2 −2