Re: Measuring relation free space

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
Cc: Noah Misch <noah(at)leadboat(dot)com>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Bernd Helmle <mailings(at)oopsware(dot)de>, Greg Smith <greg(at)2ndquadrant(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Measuring relation free space
Date: 2012-03-13 13:53:13
Message-ID: CA+TgmoaYOnzrakiD1uAwfinqMC9E5Riu2h1p9-0einWp_QBaNA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Mar 12, 2012 at 11:10 PM, Jaime Casanova <jaime(at)2ndquadrant(dot)com> wrote:
> On Mon, Mar 12, 2012 at 9:41 PM, Noah Misch <noah(at)leadboat(dot)com> wrote:
>>
>> I created a CF entry for this and marked it Ready for Committer.
>
> i wasn't sure if create an entry this late was a good idea or not...
> but now i feel better because is less probable that it will fall out
> on the cracks, thanks
>
>> You left the
>> bstrategy variable non-static, but that didn't seem important enough to
>> justify another round trip.
>>
>
> ah! i forgot that...

I committed this, but I didn't like the global variable, so I adjusted
it to pass bstrategy as a parameter where needed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hans-Jürgen Schönig 2012-03-13 13:56:10 WIP: cross column correlation, 2nd shot
Previous Message Tom Lane 2012-03-13 13:48:11 Re: patch for parallel pg_dump