diff options
Diffstat (limited to 'src/include/access/xlogreader.h')
-rw-r--r-- | src/include/access/xlogreader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/xlogreader.h b/src/include/access/xlogreader.h index 81af200f5e6..80cf62acb7c 100644 --- a/src/include/access/xlogreader.h +++ b/src/include/access/xlogreader.h @@ -103,7 +103,7 @@ typedef struct XLogReaderRoutine * * "segcxt" is additional information about the segment. * - * "tli_p" is an input/output argument. XLogRead() uses it to pass the + * "tli_p" is an input/output argument. WALRead() uses it to pass the * timeline in which the new segment should be found, but the callback can * use it to return the TLI that it actually opened. * |