pgsql: Change commit_delay to be SUSET for 9.3+

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change commit_delay to be SUSET for 9.3+
Date: 2013-03-22 12:05:44
Message-ID: E1UJ0jA-0006Xm-Am@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2013-03-22 13:16:20 pgsql: Silence compiler warnings about unused values.
Previous Message Tom Lane 2013-03-22 04:31:30 pgsql: Avoid retrieving dummy NULL columns in postgres_fdw.