Skip to content

Commit 594a7dc

Browse files
committed
Fix thinko in comment
This comment has been wrong since its introduction in commit 2c03216. Author: Masahiko Sawada <sawada.mshk@gmail.com> Discussion: https://postgr.es/m/CAD21AoAzz6qipFJBbGEaHmyWxvvNDp8httbwLR9tUQWaTjUs2Q@mail.gmail.com
1 parent e8973d8 commit 594a7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlogreader.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ XLogRecGetBlockData(XLogReaderState *record, uint8 block_id, Size *len)
13881388
/*
13891389
* Restore a full-page image from a backup block attached to an XLOG record.
13901390
*
1391-
* Returns the buffer number containing the page.
1391+
* Returns true if a full-page image is restored.
13921392
*/
13931393
bool
13941394
RestoreBlockImage(XLogReaderState *record, uint8 block_id, char *page)

0 commit comments

Comments
 (0)