pgsql: Avoid use of already-closed relcache entry.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid use of already-closed relcache entry.
Date: 2017-03-18 22:43:16
Message-ID: E1cpN48-0005Qx-1L@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid use of already-closed relcache entry.

Oversight in commit 17f8ffa1e. Per buildfarm member prion.

Branch
------
master

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

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 Peter Eisentraut 2017-03-19 03:49:05 pgsql: doc: Fix a few typos and awkward links
Previous Message Tom Lane 2017-03-18 21:49:48 pgsql: Fix REFRESH MATERIALIZED VIEW to report activity to the stats co