pgsql: Remove num_xloginsert_locks GUC, replace with a #define

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Remove num_xloginsert_locks GUC, replace with a #define
Дата
Msg-id E1XZKC2-0004dV-97@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove num_xloginsert_locks GUC, replace with a #define

I left the GUC in place for the beta period, so that people could experiment
with different values. No-one's come up with any data that a different value
would be better under some circumstances, so rather than try to document to
users what the GUC, let's just hard-code the current value, 8.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5fa6c81a43d047a070eff1f711b90c084c6d3e31

Modified Files
--------------
src/backend/access/transam/xlog.c |   34 ++++++++++++++++++++--------------
src/backend/utils/misc/guc.c      |   11 -----------
src/include/access/xlog.h         |    1 -
3 files changed, 20 insertions(+), 26 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Remove num_xloginsert_locks GUC, replace with a #define
Следующее
От:
Дата:
Сообщение: ...