Skip to content
Snippets Groups Projects
Commit 934d1226 authored by Fujii Masao's avatar Fujii Masao
Browse files

Fix typo in comment.

parent a5c29d37
Branches
Tags
No related merge requests found
...@@ -560,7 +560,7 @@ XLogRecordAssemble(RmgrId rmid, uint8 info, ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment