Re: Query Plan Columns - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Query Plan Columns
Date
Msg-id 2911.1288994600@sss.pgh.pa.us
Whole thread Raw
In response to Re: Query Plan Columns  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
>> 960             ExplainPropertyFloat("Plan Rows", plan->plan_rows, 0, es);
>> 
>> Should rows really be a float?

> Yeah, since PropertyInteger is 32-bit.

Yes, plan_rows is a float.  We might need to represent very large
values, and we do not need high accuracy, so it's really the right type.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Richard Broersma
Date:
Subject: Re: CREATE CONSTRAINT TRIGGER
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Revert default wal_sync_method to fdatasync on Linux 2.6.33+