Commit 95233011 authored by Fujii Masao's avatar Fujii Masao

Fix typos.

Author: Naoki Nakamichi
Discussion: https://postgr.es/m/b6919d145af00295a8e86ce4d034b7cd@oss.nttdata.com
parent 83158f74
...@@ -4106,7 +4106,7 @@ GlobalVisCheckRemovableXid(Relation rel, TransactionId xid) ...@@ -4106,7 +4106,7 @@ GlobalVisCheckRemovableXid(Relation rel, TransactionId xid)
* *
* Be very careful about when to use this function. It can only safely be used * Be very careful about when to use this function. It can only safely be used
* when there is a guarantee that xid is within MaxTransactionId / 2 xids of * when there is a guarantee that xid is within MaxTransactionId / 2 xids of
* rel. That e.g. can be guaranteed if the the caller assures a snapshot is * rel. That e.g. can be guaranteed if the caller assures a snapshot is
* held by the backend and xid is from a table (where vacuum/freezing ensures * held by the backend and xid is from a table (where vacuum/freezing ensures
* the xid has to be within that range), or if xid is from the procarray and * the xid has to be within that range), or if xid is from the procarray and
* prevents xid wraparound that way. * prevents xid wraparound that way.
......
...@@ -1855,7 +1855,7 @@ TransactionIdLimitedForOldSnapshots(TransactionId recentXmin, ...@@ -1855,7 +1855,7 @@ TransactionIdLimitedForOldSnapshots(TransactionId recentXmin,
if (ts == threshold_timestamp) if (ts == threshold_timestamp)
{ {
/* /*
* Current timestamp is in same bucket as the the last limit that * Current timestamp is in same bucket as the last limit that
* was applied. Reuse. * was applied. Reuse.
*/ */
xlimit = threshold_xid; xlimit = threshold_xid;
......
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