diff options
author | David Rowley <drowley@postgresql.org> | 2024-08-12 23:27:09 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2024-08-12 23:27:09 +1200 |
commit | ffabb56c9460b8e2a3fffeea6263a61590ba006d (patch) | |
tree | 085063014540b97d8733aedc2de0df089b21a492 /src/backend/access/transam/xlogreader.c | |
parent | 8de5ca1dc9fa809102acd1983ee19159d0bc469f (diff) | |
download | postgresql-ffabb56c9460b8e2a3fffeea6263a61590ba006d.tar.gz postgresql-ffabb56c9460b8e2a3fffeea6263a61590ba006d.zip |
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
Diffstat (limited to 'src/backend/access/transam/xlogreader.c')
-rw-r--r-- | src/backend/access/transam/xlogreader.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/access/transam/xlogreader.c b/src/backend/access/transam/xlogreader.c index 37d2a57961d..0c5e040a946 100644 --- a/src/backend/access/transam/xlogreader.c +++ b/src/backend/access/transam/xlogreader.c @@ -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; |