1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00
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

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--;
}