Re: updated join removal patch

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: updated join removal patch
Date: 2009-09-18 18:25:51
Message-ID: 603c8f070909181125k789d60c3ndce48f40fd088989@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Sep 18, 2009 at 1:58 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Robert Haas <robertmhaas(at)gmail(dot)com> writes:
>> Mmm, I like that.  Putting that bunch of hairy logic in a subroutine
>> instead of repeating it in several places definitely seems better.  I
>> don't really like the name "clause_matches_join", though.  It's more
>> like "clause has well-defined sides, and mark which is which as a
>> side-effect".
>
> It was the first thing that came to mind ... got a better idea?

clause_has_well_defined_sides()?

...Robert

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Selena Deckelmann 2009-09-18 18:30:05 Re: Unicode UTF-8 table formatting for psql text output
Previous Message Tom Lane 2009-09-18 17:58:23 Re: updated join removal patch