- Notifications
You must be signed in to change notification settings - Fork5
Commit463f151
committed
Ensure that top level aborts call XLogSetAsyncCommit(). Not doing
so simply leads to data waiting in wal_buffers which then causeslater commits to potentially do emergency writes and for all formsof replication to be potentially delayed without need or benefit.Issue pointed out exactly by Fujii Masao, following bug reportby Robert Haas on a separate though related topic.1 parent8431e29 commit463f151
1 file changed
+13
-1
lines changedLines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
1347 | 1347 |
| |
1348 | 1348 |
| |
1349 | 1349 |
| |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
1350 | 1362 |
| |
1351 | 1363 |
| |
1352 | 1364 |
| |
|
0 commit comments
Comments
(0)