Re: Patch to support SEMI and ANTI join removal - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Patch to support SEMI and ANTI join removal
Date
Msg-id CA+TgmoasyBUWHeKqzhK3ZzV2RHN2LCh==uS+Xp5O0noxopHe5Q@mail.gmail.com
Whole thread Raw
In response to Re: Patch to support SEMI and ANTI join removal  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
On Mon, Oct 6, 2014 at 10:59 AM, Andres Freund <andres@2ndquadrant.com> wrote:
> On 2014-10-06 10:46:09 -0400, Robert Haas wrote:
>> This seems messy, though.  Can't the deferred trigger queue become
>> non-empty at pretty much any point in time?  At exactly what point are
>> we making this decision, and how do we know the correct answer can't
>> change after that point?
>
> What we've been talking about is doing this during executor startup. And
> at that point we really don't care about new entries in the queue during
> query execution - we can't see them anyway.

Ah, OK.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: CRC algorithm (was Re: [REVIEW] Re: Compression of full-page-writes)
Next
From: Ali Akbar
Date:
Subject: Re: Add generate_series(numeric, numeric)