Re: Query Plan Columns

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Query Plan Columns
Date: 2010-11-05 20:53:46
Message-ID: 4CD46EDA.3070700@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2010-11-05 20:54:57 Re: [PATCH] Revert default wal_sync_method to fdatasync on Linux 2.6.33+
Previous Message David E. Wheeler 2010-11-05 20:51:53 Re: Query Plan Columns