mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Fix a series of typos and outdated references
Author: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/c1d63754-cb85-2d8a-8409-bde2c4d2d04b@gmail.com
This commit is contained in:
@@ -946,9 +946,9 @@ err:
|
||||
XLogReaderInvalReadState(state);
|
||||
|
||||
/*
|
||||
* If an error was written to errmsg_buf, it'll be returned to the caller
|
||||
* of XLogReadRecord() after all successfully decoded records from the
|
||||
* read queue.
|
||||
* If an error was written to errormsg_buf, it'll be returned to the
|
||||
* caller of XLogReadRecord() after all successfully decoded records from
|
||||
* the read queue.
|
||||
*/
|
||||
|
||||
return XLREAD_FAIL;
|
||||
|
||||
Reference in New Issue
Block a user