pgsql: Fix cache flush hazard in ExecRefreshMatView. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix cache flush hazard in ExecRefreshMatView.
Date
Msg-id E1V1OJM-0003IL-5y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix cache flush hazard in ExecRefreshMatView.

Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/21e28e4531e761e7cdf1b9a0bbf0c06f6107686a

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


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: pgrowlocks: Use GetActiveSnapshot() rather than SnapshotNow.
Next
From: Tatsuo Ishii
Date:
Subject: pgsql: Add --rate option.