Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d259afa

Browse files
committed
Fix typos in comments.
Author: Masahiko Sawada Reviewed-by: Fujii Masao Discussion: https://postgr.es/m/CA+fd4k4m9hFSrRLB3etPWO5_v5=MujVZWRtz63q+55hM0Dz25Q@mail.gmail.com
1 parent 8431d33 commit d259afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/storage/ipc/procarray.c

+2-2
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)