mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix typo in comment.
This commit is contained in:
parent
c74c04b8aa
commit
828599acec
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue