pgsql: Remove freeBackends counter from the sinval shared memory area.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove freeBackends counter from the sinval shared memory area.
Date: 2008-06-17 20:07:08
Message-ID: 20080617200708.E48EC754595@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove freeBackends counter from the sinval shared memory area. We used to
use it to help enforce superuser_reserved_backends, but since 8.1 it's
just been dead weight.

Modified Files:
--------------
pgsql/src/backend/storage/ipc:
sinvaladt.c (r1.69 -> r1.70)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/sinvaladt.c?r1=1.69&r2=1.70)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2008-06-18 17:44:12 pgsql: Fix a few typos in the DTrace docs.
Previous Message Tom Lane 2008-06-17 19:10:56 pgsql: Clean up some problems with redundant cross-type arithmetic