We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74c04b commit 828599aCopy full SHA for 828599a
src/include/access/xlogrecord.h
@@ -88,7 +88,7 @@ typedef struct XLogRecordBlockHeader
88
* image) */
89
90
/* If BKPBLOCK_HAS_IMAGE, an XLogRecordBlockImageHeader struct follows */
91
- /* If !BKPBLOCK_SAME_REL is not set, a RelFileNode follows */
+ /* If BKPBLOCK_SAME_REL is not set, a RelFileNode follows */
92
/* BlockNumber follows */
93
} XLogRecordBlockHeader;
94
0 commit comments