Commit d259afa7 authored by Fujii Masao's avatar Fujii Masao

Fix typos in comments.

Author: Masahiko Sawada
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/CA+fd4k4m9hFSrRLB3etPWO5_v5=MujVZWRtz63q+55hM0Dz25Q@mail.gmail.com
parent 8431d330
...@@ -198,7 +198,7 @@ typedef struct ComputeXidHorizonsResult ...@@ -198,7 +198,7 @@ typedef struct ComputeXidHorizonsResult
* be removed. * be removed.
* *
* This likely should only be needed to determine whether pg_subtrans can * This likely should only be needed to determine whether pg_subtrans can
* be truncated. It currently includes the effects of replications slots, * be truncated. It currently includes the effects of replication slots,
* for historical reasons. But that could likely be changed. * for historical reasons. But that could likely be changed.
*/ */
TransactionId oldest_considered_running; TransactionId oldest_considered_running;
...@@ -207,7 +207,7 @@ typedef struct ComputeXidHorizonsResult ...@@ -207,7 +207,7 @@ typedef struct ComputeXidHorizonsResult
* Oldest xid for which deleted tuples need to be retained in shared * Oldest xid for which deleted tuples need to be retained in shared
* tables. * tables.
* *
* This includes the effects of replications lots. If that's not desired, * This includes the effects of replication slots. If that's not desired,
* look at shared_oldest_nonremovable_raw; * look at shared_oldest_nonremovable_raw;
*/ */
TransactionId shared_oldest_nonremovable; TransactionId shared_oldest_nonremovable;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment