Re: Recent matview push broken with -DCLOBBER_CACHE_ALWAYS - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Recent matview push broken with -DCLOBBER_CACHE_ALWAYS
Date
Msg-id 1383763120.28519.YahooMailNeo@web162906.mail.bf1.yahoo.com
Whole thread Raw
In response to Recent matview push broken with -DCLOBBER_CACHE_ALWAYS  (Kevin Grittner <kgrittn@ymail.com>)
List pgsql-hackers
Kevin Grittner <kgrittn@ymail.com> wrote:

> I am investigating.

Information from the syscache entry for the table was being
referenced after the relation was closed.  We were generally
getting away with it until the new locking caused a check for
invalidation messages at a new spot.  Moving the heap_close() call
down a few lines fixed it by keeping the syscache entry valid until
we were through with it.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: [v9.4] row level security
Next
From: Kohei KaiGai
Date:
Subject: Re: [v9.4] row level security