]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment.
authorFujii Masao <fujii@postgresql.org>
Thu, 5 Mar 2015 11:15:16 +0000 (20:15 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 5 Mar 2015 11:15:16 +0000 (20:15 +0900)
src/backend/access/transam/xloginsert.c

index a1e2eb806330d0f3211da97a460506a2732fbe78..e77a491635aa95d625242007eed518b85379a9fb 100644 (file)
@@ -560,7 +560,7 @@ XLogRecordAssemble(RmgrId rmid, uint8 info,
                                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;
 
                        total_len += BLCKSZ - bimg.hole_length;