wal-checkpoint-consumes-sequence

Status: IN

`checkpoint()` increments the WAL sequence counter by 1, occupying a position in the sequence number space alongside data records (e.g., after 6 data records at seq 1-6, `current_seq_num()` is 7 and `checkpoint()` returns 8).

Source: entries/2026/05/28/write-ahead-log-tester_test_wal.md

JSON