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

From Andres Freund
Subject Re: Patch to support SEMI and ANTI join removal
Date
Msg-id 20141006145957.GA20577@awork2.anarazel.de
Whole thread Raw
In response to Re: Patch to support SEMI and ANTI join removal  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Patch to support SEMI and ANTI join removal
List pgsql-hackers
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.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Feike Steenbergen
Date:
Subject: Re: Add regression tests for autocommit-off mode for psql and fix some omissions
Next
From: Robert Haas
Date:
Subject: Re: CRC algorithm (was Re: [REVIEW] Re: Compression of full-page-writes)