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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5e7fc462904c7deccead7c8d6ba0147998218d9d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-07-19T22:41:30Z
Releases: 9.3.14
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.

Files

PathChange+/−
src/backend/utils/misc/postgresql.conf.sample modified +2 −9