Keep heap open until new heap generated in RMV.

Kevin Grittner <kgrittn@postgresql.org>

Commit: bc06faeb78c0e66927cd04f46ed8b5d41ab18427
Author: Kevin Grittner <kgrittn@postgresql.org>
Date: 2013-11-06T18:26:36Z
Releases: 9.3.2
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