Re: pg_shmem_allocations view
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Andres Freund <andres@2ndquadrant.com>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2014-05-06T19:44:35Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes: > On Tue, May 6, 2014 at 2:34 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> FWIW, I vote for fixing (a) now but holding (b) for 9.5. > I guess I'll vote for applying both. I don't see a lot of risk, and I > think doing one with out the other is somewhat pointless. The difference is that there's not consensus about the details of the views ... as borne out by your next paragraph. Now admittedly, we could always redefine the views in 9.5, but I'd rather not be doing this sort of thing in haste. Something as user-visible as a system view really ought to have baked awhile before we ship it. Patch (a) is merely institutionalizing the expectation that DSM segments should have names, which is a much lower-risk bet. regards, tom lane
Commits
-
Add pg_shmem_allocations view.
- ed10f32e37e9 13.0 landed