pgsql: Remove very-obsolete estimates of shmem usage from postgresql.co

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove very-obsolete estimates of shmem usage from postgresql.co
Date: 2016-07-19 22:41:52
Message-ID: E1bPdi4-0007fy-7Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.

runtime.sgml used to contain a table of estimated shared memory consumption
rates for max_connections and some other GUCs. Commit 390bfc643 removed
that on the well-founded grounds that (a) we weren't maintaining the
entries well and (b) it no longer mattered so much once we got out from
under SysV shmem limits. But it missed that there were even-more-obsolete
versions of some of those numbers in comments in postgresql.conf.sample.
Remove those too. Back-patch to 9.3 where the aforesaid commit went in.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/350db87203268ba89213527eb24ec01afc098637

Modified Files
--------------
src/backend/utils/misc/postgresql.conf.sample | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message pgsql 2016-07-19 22:55:46 pgsql: Tag refs/tags/REL9_6_BETA3 was created
Previous Message Tom Lane 2016-07-19 21:53:59 pgsql: Fix MSVC build for changes in zic.