Re: refresh materialized view concurrently - Mailing list pgsql-hackers

From Tom Lane
Subject Re: refresh materialized view concurrently
Date
Msg-id 21090.1372862860@sss.pgh.pa.us
Whole thread Raw
In response to Re: refresh materialized view concurrently  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: refresh materialized view concurrently
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Wed, Jul 3, 2013 at 10:25 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> I don't believe that that happens.  If it does, it's a bug.  Either the
>> planner or the executor should be taking a lock on each index touched
>> by a query.

> It seems Kevin's right.  Not sure why that doesn't break.

Are we somehow not going through ExecOpenIndices?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: New regression test time
Next
From: Robert Haas
Date:
Subject: Re: refresh materialized view concurrently