pgsql: Keep heap open until new heap generated in RMV.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Keep heap open until new heap generated in RMV.
Date: 2013-11-06 18:30:54
Message-ID: E1Ve7sU-0001YM-M3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/bc06faeb78c0e66927cd04f46ed8b5d41ab18427

Modified Files
--------------
src/backend/commands/matview.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-11-06 18:33:33 pgsql: Support default arguments and named-argument notation for window
Previous Message Heikki Linnakangas 2013-11-06 09:24:40 pgsql: Fix missing argument and function prototypes.