Lock relation used to generate fresh data for RMV.

Kevin Grittner <kgrittn@postgresql.org>

Commit: 2636ecf78b608f7faf1a0a7ff9b56fa54b7710db
Author: Kevin Grittner <kgrittn@postgresql.org>
Date: 2013-11-05T21:36:33Z
Releases: 9.4.0
Lock relation used to generate fresh data for RMV.

The relation should not be accessible to any other process, but it
should be locked for consistency.  Since this is not known to
cause any bug, it will not be back-patch, at least for now.

Per report from Andres Freund

Files

PathChange+/−
src/backend/commands/matview.c modified +7 −1