Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix typo in comment.
authorFujii Masao <fujii@postgresql.org>
Mon, 9 Mar 2015 05:39:46 +0000 (14:39 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 9 Mar 2015 05:39:46 +0000 (14:39 +0900)
src/include/access/xlogrecord.h

index 25a92657b852859e8f78c057640131cbeb21e569..8741c32345cd24dfbc124d5f075a19f9b7a2138f 100644 (file)
@@ -88,7 +88,7 @@ typedef struct XLogRecordBlockHeader
                                 * image) */
 
    /* If BKPBLOCK_HAS_IMAGE, an XLogRecordBlockImageHeader struct follows */
-   /* If !BKPBLOCK_SAME_REL is not set, a RelFileNode follows */
+   /* If BKPBLOCK_SAME_REL is not set, a RelFileNode follows */
    /* BlockNumber follows */
 } XLogRecordBlockHeader;