Skip to content

Commit 934d122

Browse files
committed
Fix typo in comment.
1 parent a5c29d3 commit 934d122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/transam/xloginsert.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ XLogRecordAssemble(RmgrId rmid, uint8 info,
560560
bimg.hole_length = 0;
561561
}
562562

563-
/* Fill in the remaining fields in the XLogRecordBlockData struct */
563+
/* Fill in the remaining fields in the XLogRecordBlockHeader struct */
564564
bkpb.fork_flags |= BKPBLOCK_HAS_IMAGE;
565565

566566
total_len += BLCKSZ - bimg.hole_length;

0 commit comments

Comments
 (0)