Josh Berkus <[email protected]> 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
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
