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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove very-obsolete estimates of shmem usage from postgresql.co
Дата
Msg-id E1bPdi4-0007fw-7S@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/79a84743096d661c6d085f40065c4b13b63acf6c

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix MSVC build for changes in zic.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove very-obsolete estimates of shmem usage from postgresql.co