pgsql: Change commit_delay to be SUSET for 9.3+

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Change commit_delay to be SUSET for 9.3+
Дата
Msg-id E1UJ0jA-0006Xm-Am@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Change commit_delay to be SUSET for 9.3+
Prior to 9.3 the commit_delay affected only the current user,
whereas now only the group leader waits while holding the
WALWriteLock. Deliberate or accidental settings to a poor
value could seriously degrade performance for all users.
Privileges may be delegated by SECURITY DEFINER functions
for anyone that needs per-user settings in real situations.
Request for change from Peter Geoghegan

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/13fe298ca06f5390df5edf073cf401f9f0b67458

Modified Files
--------------
src/backend/utils/misc/guc.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid retrieving dummy NULL columns in postgres_fdw.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Silence compiler warnings about unused values.