diff options
| author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2020-05-11 12:46:41 -0400 |
|---|---|---|
| committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2020-05-11 12:46:41 -0400 |
| commit | a8be5364ac1678e35029f547632d4002552f943c (patch) | |
| tree | 210efb6b32deb1d866901cc7b809d7fb5ad32b84 /src/include | |
| parent | 7a9c9ce6411720c2bbeaf6e64855d4263c47ea80 (diff) | |
Fix obsolete references to "XLogRead"
The one in xlogreader.h was pointed out by Antonin Houska; I (Álvaro) noticed the
others by grepping.
Author: Antonin Houska <ah@cybertec.at>
Discussion: https://postgr.es/m/28250.1589186654@antos
Diffstat (limited to 'src/include')
| -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. * |
