Re: Query Plan Columns - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Query Plan Columns
Date
Msg-id 4CD46EDA.3070700@agliodbs.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
>  960             ExplainPropertyFloat("Plan Rows", plan->plan_rows, 0, es);
> 
> Should rows really be a float?

Yeah, since PropertyInteger is 32-bit.


--                                  -- Josh Berkus                                    PostgreSQL Experts Inc.
                        http://www.pgexperts.com
 


pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: Query Plan Columns
Next
From: Andres Freund
Date:
Subject: Re: [PATCH] Revert default wal_sync_method to fdatasync on Linux 2.6.33+