Re: machine-readable explain output v2

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: machine-readable explain output v2
Date: 2009-07-22 02:55:30
Message-ID: 603c8f070907211955o6aeb31b9l19d8ec65aaf1879e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jul 19, 2009 at 6:54 AM, Andres Freund<andres(at)anarazel(dot)de> wrote:
> On Sunday 19 July 2009 04:29:42 Andres Freund wrote:
>> I did not yet look at the contrib/autoexplain portions. Will do that on
>> Monday or so.
> Early Monday:
> Looks fine, except that the new "auto_explain.log_format" parameter is not
> documented.

Fixed in the attached version, which is also updated based on changes
to the precursor "explain options" patch.

This will probably need some further adjustment after I finish
implementing Tom's latest suggestions on that patch, but here it is
for now. Note that these require explain-refactor v4 and
explain-options v5.

http://archives.postgresql.org/pgsql-hackers/2009-06/msg00865.php
http://archives.postgresql.org/pgsql-hackers/2009-07/msg01389.php

...Robert

Attachment Content-Type Size
explain_format-v3.patch text/x-diff 62.8 KB
explain_format_infrastructure-v2.patch text/x-diff 37.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2009-07-22 03:18:42 CommitFest 2009-07 - End of Week 1
Previous Message Robert Haas 2009-07-22 02:29:45 Re: generic explain options v3