diff options
Diffstat (limited to 'src/include/access')
| -rw-r--r-- | src/include/access/xlogreader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/xlogreader.h b/src/include/access/xlogreader.h index 6dcde2523a7..e87f91316ae 100644 --- a/src/include/access/xlogreader.h +++ b/src/include/access/xlogreader.h @@ -378,11 +378,11 @@ extern void XLogReaderResetError(XLogReaderState *state); /* * Error information from WALRead that both backend and frontend caller can - * process. Currently only errors from pread can be reported. + * process. Currently only errors from pg_pread can be reported. */ typedef struct WALReadError { - int wre_errno; /* errno set by the last pread() */ + int wre_errno; /* errno set by the last pg_pread() */ int wre_off; /* Offset we tried to read from. */ int wre_req; /* Bytes requested to be read. */ int wre_read; /* Bytes read by the last read(). */ |
