mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Fix some typos, grammar and style in docs and comments
The portions fixing the documentation are backpatched where needed. Author: Justin Pryzby Discussion: https://postgr.es/m/20210210235557.GQ20012@telsasoft.com backpatch-through: 9.6
This commit is contained in:
@@ -433,8 +433,7 @@ XLogReadBufferForRedoExtended(XLogReaderState *record,
|
||||
* NB: A redo function should normally not call this directly. To get a page
|
||||
* to modify, use XLogReadBufferForRedoExtended instead. It is important that
|
||||
* all pages modified by a WAL record are registered in the WAL records, or
|
||||
* they will be invisible to tools that that need to know which pages are
|
||||
* modified.
|
||||
* they will be invisible to tools that need to know which pages are modified.
|
||||
*/
|
||||
Buffer
|
||||
XLogReadBufferExtended(RelFileNode rnode, ForkNumber forknum,
|
||||
|
||||
Reference in New Issue
Block a user