]> granicus.if.org Git - postgresql/commit
Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Jul 2016 22:41:30 +0000 (18:41 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Jul 2016 22:41:30 +0000 (18:41 -0400)
commit87ca88ba8af0ec977be9caadc84be52890f7f18d
tree6e4c84090a39eb261344909cb76847b9b19a1f02
parentbdbcfba35c70503ca7db7718d4c93bd06779bde8
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.
src/backend/utils/misc/postgresql.conf.sample