- Notifications
You must be signed in to change notification settings - Fork5
Commit83aaebb
committed
Fix incorrect comment about the timing of AbsorbFsyncRequests() during
checkpoint. The comment claimed that we could do this anytime aftersetting the checkpoint REDO point, but actually BufferSync is relyingon the assumption that buffers dumped by other backends will be fsync'dtoo. So we really could not do it any sooner than we are doing it.1 parenta558981 commit83aaebb
2 files changed
+11
-8
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
1007 | 1007 |
| |
1008 | 1008 |
| |
1009 | 1009 |
| |
1010 |
| - | |
1011 |
| - | |
1012 |
| - | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
1013 | 1013 |
| |
1014 | 1014 |
| |
1015 | 1015 |
| |
|
Lines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
880 | 880 |
| |
881 | 881 |
| |
882 | 882 |
| |
883 |
| - | |
884 |
| - | |
885 |
| - | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
886 | 889 |
| |
887 | 890 |
| |
888 | 891 |
| |
|
0 commit comments
Comments
(0)