mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Fix typo in comment.
This commit is contained in:
@ -88,7 +88,7 @@ typedef struct XLogRecordBlockHeader
|
|||||||
* image) */
|
* image) */
|
||||||
|
|
||||||
/* If BKPBLOCK_HAS_IMAGE, an XLogRecordBlockImageHeader struct follows */
|
/* 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 */
|
/* BlockNumber follows */
|
||||||
} XLogRecordBlockHeader;
|
} XLogRecordBlockHeader;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user