Re: Auto-explain patch

From: David Fetter <david(at)fetter(dot)org>
To: Dean Rasheed <dean_rasheed(at)hotmail(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Auto-explain patch
Date: 2008-01-28 17:07:46
Message-ID: 20080128170746.GB21175@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Mon, Jan 28, 2008 at 09:21:50AM +0000, Dean Rasheed wrote:
>
> This is the patch allows logging of the explain plan for each query run, as described here:
>
> http://archives.postgresql.org/pgsql-performance/2008-01/msg00245.php
>
> I hope this is useful.
>
> Dean.

Dean,

Maybe I missed something obvious here, but how does this patch handle
the situation where people have turned on INTEGER_DATETIMES?

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Simon Riggs 2008-01-28 17:14:39 Re: [PATCHES] Proposed patch: synchronized_scanning GUC variable
Previous Message Gregory Stark 2008-01-28 17:05:13 Re: WIP: plpgsql source code obfuscation