Re: FailedAssertion("prev_first_lsn < cur_txn->first_lsn", File: "reorderbuffer.c", Line: 1173, ... - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: FailedAssertion("prev_first_lsn < cur_txn->first_lsn", File: "reorderbuffer.c", Line: 1173, ...
Date
Msg-id 88e2315d-c99a-309b-145f-36be2be4d8a3@enterprisedb.com
Whole thread Raw
In response to Re: FailedAssertion("prev_first_lsn < cur_txn->first_lsn", File: "reorderbuffer.c", Line: 1173, ...  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
List pgsql-hackers
On 2/13/22 13:27, Tomas Vondra wrote:
> 
> ...
>
> BTW it's probably just a coincidence, but the cfbot does show a strange
> failure on the macOS machine [1], as if we did not wait for all changes
> to be applied by replica. I thought it's because of the issue with
> tracking LSN for sequences [2], but this is with a reworked test that
> does not do just nextval(). So I'm wondering if these two things may be
> related ... both things happened on macOS only.
>

I take this back - this failure was just a thinko in the ROLLBACK test,
I've posted an updated patch fixing this.


regards

-- 
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: logical decoding and replication of sequences
Next
From: vignesh C
Date:
Subject: Re: Identify missing publications from publisher while create/alter subscription.