mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Fix thinko in comment
This comment has been wrong since its introduction in commit
2c03216d83
.
Author: Masahiko Sawada <sawada.mshk@gmail.com>
Discussion: https://postgr.es/m/CAD21AoAzz6qipFJBbGEaHmyWxvvNDp8httbwLR9tUQWaTjUs2Q@mail.gmail.com
This commit is contained in:
parent
7bf325c1fe
commit
a8bb366ad0
@ -1368,7 +1368,7 @@ XLogRecGetBlockData(XLogReaderState *record, uint8 block_id, Size *len)
|
||||
/*
|
||||
* 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
|
||||
RestoreBlockImage(XLogReaderState *record, uint8 block_id, char *page)
|
||||
|
Loading…
Reference in New Issue
Block a user