pgsql: Change commit_delay to be SUSET for 9.3+ - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Change commit_delay to be SUSET for 9.3+
Date
Msg-id E1UJ0jA-0006Xm-Am@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid retrieving dummy NULL columns in postgres_fdw.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Silence compiler warnings about unused values.