forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0128a77
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 parent0d4c75f commit0128a77
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1221 | 1221 |
| |
1222 | 1222 |
| |
1223 | 1223 |
| |
1224 |
| - | |
| 1224 | + | |
1225 | 1225 |
| |
1226 | 1226 |
| |
1227 | 1227 |
| |
| |||
1248 | 1248 |
| |
1249 | 1249 |
| |
1250 | 1250 |
| |
1251 |
| - | |
| 1251 | + | |
1252 | 1252 |
| |
1253 | 1253 |
| |
1254 | 1254 |
| |
| |||
1257 | 1257 |
| |
1258 | 1258 |
| |
1259 | 1259 |
| |
1260 |
| - | |
| 1260 | + | |
1261 | 1261 |
| |
1262 | 1262 |
| |
1263 | 1263 |
| |
1264 | 1264 |
| |
1265 | 1265 |
| |
1266 | 1266 |
| |
1267 |
| - | |
| 1267 | + | |
1268 | 1268 |
| |
1269 | 1269 |
| |
1270 | 1270 |
| |
| |||
1297 | 1297 |
| |
1298 | 1298 |
| |
1299 | 1299 |
| |
1300 |
| - | |
| 1300 | + | |
1301 | 1301 |
| |
1302 | 1302 |
| |
1303 | 1303 |
| |
|
0 commit comments
Comments
(0)