mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
Fix typo in comment.
This commit is contained in:
parent
a5c29d37aa
commit
934d122685
@ -560,7 +560,7 @@ XLogRecordAssemble(RmgrId rmid, uint8 info,
|
|||||||
bimg.hole_length = 0;
|
bimg.hole_length = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fill in the remaining fields in the XLogRecordBlockData struct */
|
/* Fill in the remaining fields in the XLogRecordBlockHeader struct */
|
||||||
bkpb.fork_flags |= BKPBLOCK_HAS_IMAGE;
|
bkpb.fork_flags |= BKPBLOCK_HAS_IMAGE;
|
||||||
|
|
||||||
total_len += BLCKSZ - bimg.hole_length;
|
total_len += BLCKSZ - bimg.hole_length;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user