]> granicus.if.org Git - postgresql/commit
Lock relation used to generate fresh data for RMV.
authorKevin Grittner <kgrittn@postgresql.org>
Tue, 5 Nov 2013 21:36:33 +0000 (15:36 -0600)
committerKevin Grittner <kgrittn@postgresql.org>
Tue, 5 Nov 2013 21:36:33 +0000 (15:36 -0600)
commit2636ecf78b608f7faf1a0a7ff9b56fa54b7710db
treedbd83f593f335cbd8dd39387a0dec61e30629cfb
parent6331de1d44f01d408aa48c5c996bae8932f7a072
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
src/backend/commands/matview.c