mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Fix thinko in comment
This comment has been wrong since its introduction in commit 2c03216d8311. Author: Masahiko Sawada <sawada.mshk@gmail.com> Discussion: https://postgr.es/m/CAD21AoAzz6qipFJBbGEaHmyWxvvNDp8httbwLR9tUQWaTjUs2Q@mail.gmail.com
This commit is contained in:
parent
044aa9e70e
commit
a3e51a36b7
@ -1545,7 +1545,7 @@ XLogRecGetBlockData(XLogReaderState *record, uint8 block_id, Size *len)
|
|||||||
/*
|
/*
|
||||||
* Restore a full-page image from a backup block attached to an XLOG record.
|
* Restore a full-page image from a backup block attached to an XLOG record.
|
||||||
*
|
*
|
||||||
* Returns the buffer number containing the page.
|
* Returns true if a full-page image is restored.
|
||||||
*/
|
*/
|
||||||
bool
|
bool
|
||||||
RestoreBlockImage(XLogReaderState *record, uint8 block_id, char *page)
|
RestoreBlockImage(XLogReaderState *record, uint8 block_id, char *page)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user