Re: Measuring relation free space

From: Noah Misch <noah(at)leadboat(dot)com>
To: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
Cc: 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 02:41:49
Message-ID: 20120313024149.GB27122@tornado.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 09, 2012 at 02:18:02AM -0500, Jaime Casanova wrote:
> On Wed, Feb 22, 2012 at 12:27 AM, Noah Misch <noah(at)leadboat(dot)com> wrote:
> > On Tue, Feb 14, 2012 at 02:04:26AM -0500, Jaime Casanova wrote:
> >>
> >> 1) pgstattuple-gin_spgist.patch
> >> This first patch adds gin and spgist support to pgstattuple, also
> >> makes pgstattuple use a ring buffer when reading tables or indexes.
> >
> > The buffer access strategy usage bits look fine to commit.
> >
>
> ok. i extracted that part. which basically makes pgstattuple usable in
> production (i mean, by not bloating shared buffers when using the
> function)

I created a CF entry for this and marked it Ready for Committer. You left the
bstrategy variable non-static, but that didn't seem important enough to
justify another round trip.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-03-13 02:50:36 SPGiST versus hot standby - question about conflict resolution rules
Previous Message Fujii Masao 2012-03-13 02:34:10 Re: xlog location arithmetic