File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ typedef struct ComputeXidHorizonsResult
198198 * be removed.
199199 *
200200 * This likely should only be needed to determine whether pg_subtrans can
201- * be truncated. It currently includes the effects of replications slots,
201+ * be truncated. It currently includes the effects of replication slots,
202202 * for historical reasons. But that could likely be changed.
203203 */
204204 TransactionId oldest_considered_running ;
@@ -207,7 +207,7 @@ typedef struct ComputeXidHorizonsResult
207207 * Oldest xid for which deleted tuples need to be retained in shared
208208 * tables.
209209 *
210- * This includes the effects of replications lots . If that's not desired,
210+ * This includes the effects of replication slots . If that's not desired,
211211 * look at shared_oldest_nonremovable_raw;
212212 */
213213 TransactionId shared_oldest_nonremovable ;
You can’t perform that action at this time.
0 commit comments