Commit 934d1226 authored by Fujii Masao's avatar Fujii Masao

Fix typo in comment.

parent a5c29d37
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment