forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite0c04b7
committed
Use 0-based numbering in comments about backup blocks.
The macros and functions that work with backup blocks in the redo functionuse 0-based numbering, so let's use that consistently in the function thatgenerates the records too. Makes it so much easier to compare thegeneration and replay functions.Backpatch to 9.0, where we switched from 1-based to 0-based numbering.1 parent777d07d commite0c04b7
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1230 | 1230 |
| |
1231 | 1231 |
| |
1232 | 1232 |
| |
1233 |
| - | |
| 1233 | + | |
1234 | 1234 |
| |
1235 | 1235 |
| |
1236 | 1236 |
| |
| |||
1257 | 1257 |
| |
1258 | 1258 |
| |
1259 | 1259 |
| |
1260 |
| - | |
| 1260 | + | |
1261 | 1261 |
| |
1262 | 1262 |
| |
1263 | 1263 |
| |
| |||
1266 | 1266 |
| |
1267 | 1267 |
| |
1268 | 1268 |
| |
1269 |
| - | |
| 1269 | + | |
1270 | 1270 |
| |
1271 | 1271 |
| |
1272 | 1272 |
| |
1273 | 1273 |
| |
1274 | 1274 |
| |
1275 | 1275 |
| |
1276 |
| - | |
| 1276 | + | |
1277 | 1277 |
| |
1278 | 1278 |
| |
1279 | 1279 |
| |
| |||
1306 | 1306 |
| |
1307 | 1307 |
| |
1308 | 1308 |
| |
1309 |
| - | |
| 1309 | + | |
1310 | 1310 |
| |
1311 | 1311 |
| |
1312 | 1312 |
| |
|
0 commit comments
Comments
(0)