forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit13fe298
committed
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 theWALWriteLock. Deliberate or accidental settings to a poorvalue could seriously degrade performance for all users.Privileges may be delegated by SECURITY DEFINER functionsfor anyone that needs per-user settings in real situations.Request for change from Peter Geoghegan1 parente690b95 commit13fe298
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2042 | 2042 |
| |
2043 | 2043 |
| |
2044 | 2044 |
| |
2045 |
| - | |
| 2045 | + | |
2046 | 2046 |
| |
2047 | 2047 |
| |
2048 | 2048 |
| |
|
0 commit comments
Comments
(0)