Re: Query Plan Columns - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: Query Plan Columns
Date
Msg-id 3AB764AC-7791-40C7-8C1C-633BED63239D@kineticode.com
Whole thread Raw
In response to Re: Query Plan Columns  ("David E. Wheeler" <david@kineticode.com>)
Responses Re: Query Plan Columns
List pgsql-hackers
On Nov 5, 2010, at 1:42 PM, David E. Wheeler wrote:

> On Nov 5, 2010, at 1:38 PM, Dimitri Fontaine wrote:
>
>> It seems that you need to read through ExplainNode in
>> src/backend/commands/explain.c:
>>
>>
http://git.postgresql.org/gitweb?p=postgresql.git;a=blob;f=src/backend/commands/explain.c;h=f494ec98e510c23120e072bd5ee8821ea12738a4;hb=HEAD#l617
>
> Ah, great, thanks.
>
> David

Hrm…
960             ExplainPropertyFloat("Plan Rows", plan->plan_rows, 0, es);

Should rows really be a float?

Best,

David



pgsql-hackers by date:

Previous
From: Daniel Farina
Date:
Subject: Re: ALTER TABLE ... IF EXISTS feature?
Next
From: Josh Berkus
Date:
Subject: Re: Query Plan Columns