Re: explain refactoring v4 - Mailing list pgsql-hackers

From Robert Haas
Subject Re: explain refactoring v4
Date
Msg-id 603c8f070907241415q750dd025u6fcdb5994b0be90@mail.gmail.com
Whole thread Raw
In response to Re: explain refactoring v4  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Fri, Jul 24, 2009 at 5:11 PM, Tom Lane<tgl@sss.pgh.pa.us> wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
>> OK, here it is again.  Changes are the same as the previous version,
>> but this one should apply cleanly after today's pgindent run.
>
> Applied with some minor editorialization/further cleanup.

Thanks.  I mostly finished the rework of the generic options patch
last night, but I was so sleepy that I couldn't stay up long enough to
fully test it.  I'll try to get that out tonight, or at the latest
tomorrow.  Hopefully your minor editorialization and further cleanup
won't create too many merge conflicts.

> I left the "Subquery Scan on ss" business as-is.  If anyone complains
> it would be an easy thing to suppress the "on", but it'd be ugly, and
> I'm not convinced anyone will care.  It's not like it's the first time
> we ever changed the output of EXPLAIN ...

Fine with me either way.

...Robert


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: explain refactoring v4
Next
From: Merlin Moncure
Date:
Subject: Re: When is a record NULL?