Use 0-based numbering in comments about backup blocks.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 0128a7712d445e2ecc69105b34cd17f7eb6e0af5
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2014-05-19T10:27:21Z
Releases: 9.2.9
Use 0-based numbering in comments about backup blocks.

The macros and functions that work with backup blocks in the redo function
use 0-based numbering, so let's use that consistently in the function that
generates the records too. Makes it so much easier to compare the
generation and replay functions.

Backpatch to 9.0, where we switched from 1-based to 0-based numbering.

Files

PathChange+/−
src/backend/access/nbtree/nbtinsert.c modified +5 −5