Skip to content

Commit ae2ccf6

Browse files
committed
Fix typo in 5a1dfde
Reported-by: Alexander Lakhin Discussion: https://postgr.es/m/55d8800f-4a80-5256-1e84-246fbe79acd0@gmail.com
1 parent b3efa27 commit ae2ccf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/transam/twophase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ AdjustToFullTransactionId(TransactionId xid)
965965
epoch = EpochFromFullTransactionId(nextFullXid);
966966
if (unlikely(xid > nextXid))
967967
{
968-
/* Wraparound occured, must be from a prev epoch. */
968+
/* Wraparound occurred, must be from a prev epoch. */
969969
Assert(epoch > 0);
970970
epoch--;
971971
}

0 commit comments

Comments
 (0)