Re: pg_shmem_allocations view

Alvaro Herrera <alvherre@2ndquadrant.com>

From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Abhijit Menon-Sen <ams@2ndquadrant.com>, Andres Freund <andres@2ndquadrant.com>, Tom Lane <tgl@sss.pgh.pa.us>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2014-07-14T20:48:09Z
Lists: pgsql-hackers
Robert Haas wrote:
> On Mon, Jul 14, 2014 at 6:20 AM, Abhijit Menon-Sen <ams@2ndquadrant.com> wrote:
> > At 2014-05-08 15:28:22 +0200, andres@2ndquadrant.com wrote:
> >> > > Hm. Not sure what you're ACKing here ;).
> >> >
> >> > The idea of giving the unallocated memory a NULL key.
> >>
> >> Ok. A new version of the patches implementing that are attached.
> >> Including a couple of small fixups and docs. The latter aren't
> >> extensive, but that doesn't seem to be warranted anyway.
> >
> > I realise now that this email didn't actually have an attachment. Could
> > you please repost the latest version of this patch?
> 
> That's odd.  I received two attachments with that email.  Of course, I
> was copied directly, but why would the archives have lost the
> attachments?

The attachments are there on the archives, and also on my mbox -- and
unlike Robert, I was not copied.  I think this is a problem on Abhijit's
end.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


Commits

  1. Add pg_shmem_allocations view.