Re: pg_shmem_allocations view
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Abhijit Menon-Sen <ams@2ndquadrant.com>
Cc: Andres Freund <andres@2ndquadrant.com>, Tom Lane <tgl@sss.pgh.pa.us>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2014-07-14T18:13:07Z
Lists: pgsql-hackers
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? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Add pg_shmem_allocations view.
- ed10f32e37e9 13.0 landed