diff options
| author | Amit Kapila <akapila@postgresql.org> | 2020-11-03 08:38:27 +0530 |
|---|---|---|
| committer | Amit Kapila <akapila@postgresql.org> | 2020-11-03 08:38:27 +0530 |
| commit | 8c2d8f6cc4848cf9276dff445bb0f2f664083eca (patch) | |
| tree | 6d2f94e7f4d49011c33edc018cad864d490cd222 /src/include | |
| parent | 0a4b34031279d938c2e59df8df7159d6c11e39b5 (diff) | |
Fix typos.
Author: Hou Zhijie
Discussion: https://postgr.es/m/855a9421839d402b8b351d273c89a8f8@G08CNEXMBPEKD05.g08.fujitsu.local
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 b9768822291..0b6d00dd7df 100644 --- a/src/include/access/xlogreader.h +++ b/src/include/access/xlogreader.h @@ -17,7 +17,7 @@ * XLogBeginRead() or XLogFindNextRecord(), and call XLogReadRecord() * until it returns NULL. * - * Callers supply a page_read callback if they want to to call + * Callers supply a page_read callback if they want to call * XLogReadRecord or XLogFindNextRecord; it can be passed in as NULL * otherwise. The WALRead function can be used as a helper to write * page_read callbacks, but it is not mandatory; callers that use it, |
