Fix typos.
authorAmit Kapila <[email protected]>
Tue, 3 Nov 2020 03:08:27 +0000 (08:38 +0530)
committerAmit Kapila <[email protected]>
Tue, 3 Nov 2020 03:08:27 +0000 (08:38 +0530)
Author: Hou Zhijie
Discussion: https://postgr.es/m/855a9421839d402b8b351d273c89a8f8@G08CNEXMBPEKD05.g08.fujitsu.local

src/backend/storage/ipc/procarray.c
src/include/access/xlogreader.h

index 8da7b1d8a7bb1067e19190f1b15cbbb9a39462b3..05661e379e502f14dea1f49fe78082911fd41434 100644 (file)
@@ -1600,7 +1600,7 @@ TransactionIdIsActive(TransactionId xid)
  * See the definition of ComputedXidHorizonsResult for the various computed
  * horizons.
  *
- * For VACUUM separate horizons (used to to decide which deleted tuples must
+ * For VACUUM separate horizons (used to decide which deleted tuples must
  * be preserved), for shared and non-shared tables are computed.  For shared
  * relations backends in all databases must be considered, but for non-shared
  * relations that's not required, since only backends in my own database could
index b97688222910c1715799388832e4d610cb1ee456..0b6d00dd7dfa3999c015ac9ed82df1ba5f6d83a6 100644 (file)
@@ -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,