Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddf0be8

Browse files
committed
Fix thinko in comment
This comment has been wrong since its introduction in commit 2c03216. Author: Masahiko Sawada <[email protected]> Discussion: https://postgr.es/m/CAD21AoAzz6qipFJBbGEaHmyWxvvNDp8httbwLR9tUQWaTjUs2Q@mail.gmail.com
1 parent 931c0bd commit ddf0be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlogreader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ XLogRecGetBlockData(XLogReaderState *record, uint8 block_id, Size *len)
14041404
/*
14051405
* Restore a full-page image from a backup block attached to an XLOG record.
14061406
*
1407-
* Returns the buffer number containing the page.
1407+
* Returns true if a full-page image is restored.
14081408
*/
14091409
bool
14101410
RestoreBlockImage(XLogReaderState *record, uint8 block_id, char *page)

0 commit comments

Comments
 (0)