mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Fix collection of typos in the code and the documentation
Some words were duplicated while other places were grammatically incorrect, including one variable name in the code. Author: Otto Kekalainen, Justin Pryzby Discussion: https://postgr.es/m/7DDBEFC5-09B6-4325-B942-B563D1A24BDC@amazon.com
This commit is contained in:
@ -5870,7 +5870,7 @@ GetRedoRecPtr(void)
|
||||
* full-page image to be included in the WAL record.
|
||||
*
|
||||
* The returned values are cached copies from backend-private memory, and
|
||||
* possibly out-of-date or, indeed, uninitalized, in which case they will
|
||||
* possibly out-of-date or, indeed, uninitialized, in which case they will
|
||||
* be InvalidXLogRecPtr and false, respectively. XLogInsertRecord will
|
||||
* re-check them against up-to-date values, while holding the WAL insert lock.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user