Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ee69833

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 decf3fe commit ee69833

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
@@ -1539,7 +1539,7 @@ XLogRecGetBlockData(XLogReaderState *record, uint8 block_id, Size *len)
15391539
/*
15401540
* Restore a full-page image from a backup block attached to an XLOG record.
15411541
*
1542-
* Returns the buffer number containing the page.
1542+
* Returns true if a full-page image is restored.
15431543
*/
15441544
bool
15451545
RestoreBlockImage(XLogReaderState *record, uint8 block_id, char *page)

0 commit comments

Comments
 (0)