explain_analyze_timer

From: "Simon Riggs" <simon(at)2ndquadrant(dot)com>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: explain_analyze_timer
Date: 2006-12-19 08:47:04
Message-ID: 1166518025.3654.215.camel@silverbirch.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This patch implements
explain_analyze_timer = off

which prevents time instrumentation being taken during an
EXPLAIN ANALYZE. The output of EA is unaffected, so that all the times
come out as zero - this is done to ensure any programs that are parsing
this output can still recognise it.

I'm not claiming there has been agreement towards this approach, so an
approach may yet be found which is acceptable to all. In the meantime...

--
Simon Riggs
EnterpriseDB http://www.enterprisedb.com

Attachment Content-Type Size
explain_analyze_timer.v1.patch text/x-patch 3.6 KB

Browse pgsql-patches by date

  From Date Subject
Next Message David Fetter 2006-12-19 08:51:01 Re: Enums patch v2
Previous Message Tom Lane 2006-12-19 08:23:23 Re: Enums patch v2