Re: Measuring relation free space - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Measuring relation free space
Date
Msg-id CA+TgmoaYOnzrakiD1uAwfinqMC9E5Riu2h1p9-0einWp_QBaNA@mail.gmail.com
Whole thread Raw
In response to Re: Measuring relation free space  (Jaime Casanova <jaime@2ndquadrant.com>)
List pgsql-hackers
On Mon, Mar 12, 2012 at 11:10 PM, Jaime Casanova <jaime@2ndquadrant.com> wrote:
> On Mon, Mar 12, 2012 at 9:41 PM, Noah Misch <noah@leadboat.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: patch for parallel pg_dump
Next
From: Hans-Jürgen Schönig
Date:
Subject: WIP: cross column correlation, 2nd shot