forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7e4911b
committed
Fix variable confusion in BufferSync().
As noted by Heikki Linnakangas, the previous coding confused the "flags"variable with the "mask" variable. The affect of this appears to be thatunlogged buffers would get written out at every checkpoint rather thanonly at shutdown time. Although that's arguably an acceptable failuremode, I'm back-patching this change, since it seems like a poor idea torely on this happening to work.1 parentbd0e74a commit7e4911b
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1191 | 1191 |
| |
1192 | 1192 |
| |
1193 | 1193 |
| |
1194 |
| - | |
| 1194 | + | |
1195 | 1195 |
| |
1196 | 1196 |
| |
1197 | 1197 |
| |
|
0 commit comments
Comments
(0)