On Thu, Nov 19, 2015 at 9:04 AM, Ildus Kurbangaliev <i.kurbangal...@postgrespro.ru> wrote: > The moving base tranches to shared memory has been discussed many times. > The point is using them later in pg_stat_activity and other monitoring > views.
I'm not in agreement with this idea. Actually, I'd prefer that the tranches live in backend-private memory, not shared memory, so that we could for example add backend-local counters to them if desired. The SLRU patch is the first time we've put them in shared memory, but it would be easy to keep only the things that the tranche needs to point to in shared memory and put the tranche itself back in each backend, which I tend to think is what we should do. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers