File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ typedef struct ComputeXidHorizonsResult
198
198
* be removed.
199
199
*
200
200
* 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,
202
202
* for historical reasons. But that could likely be changed.
203
203
*/
204
204
TransactionId oldest_considered_running ;
@@ -207,7 +207,7 @@ typedef struct ComputeXidHorizonsResult
207
207
* Oldest xid for which deleted tuples need to be retained in shared
208
208
* tables.
209
209
*
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,
211
211
* look at shared_oldest_nonremovable_raw;
212
212
*/
213
213
TransactionId shared_oldest_nonremovable ;
You can’t perform that action at this time.
0 commit comments