Commit a3e51a36 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix thinko in comment

This comment has been wrong since its introduction in commit
2c03216d.

Author: Masahiko Sawada <sawada.mshk@gmail.com>
Discussion: https://postgr.es/m/CAD21AoAzz6qipFJBbGEaHmyWxvvNDp8httbwLR9tUQWaTjUs2Q@mail.gmail.com
parent 044aa9e7
...@@ -1545,7 +1545,7 @@ XLogRecGetBlockData(XLogReaderState *record, uint8 block_id, Size *len) ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment