Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/55d8800f-4a80-5256-1e84-246fbe79acd0@gmail.com
This commit is contained in:
Alexander Korotkov 2023-11-30 13:45:28 +02:00
parent b3efa270b5
commit ae2ccf66a2
1 changed files with 1 additions and 1 deletions

View File

@ -965,7 +965,7 @@ AdjustToFullTransactionId(TransactionId xid)
epoch = EpochFromFullTransactionId(nextFullXid);
if (unlikely(xid > nextXid))
{
/* Wraparound occured, must be from a prev epoch. */
/* Wraparound occurred, must be from a prev epoch. */
Assert(epoch > 0);
epoch--;
}