Re: Segfault logical replication PG 10.4
Mai Peng <maily.peng@webedia-group.com>
From: Mai Peng <maily.peng@webedia-group.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Quan Tran <account@itscaro.me>,
pgsql-hackers@lists.postgresql.org
Date: 2018-07-30T21:05:16Z
Lists: pgsql-hackers
Thank you Alvaro :)
> Le 30 juil. 2018 à 22:33, Alvaro Herrera <alvherre@2ndquadrant.com> a écrit :
>
> On 2018-Jul-28, Alvaro Herrera wrote:
>
>> Aha, I see, thanks. Here's a complete fix with included testcase. In
>> an unpatched assert-enabled build, this crashes this
>>
>> TRAP: FailedAssertion("!(ActiveSnapshotSet())", File: "/pgsql/source/REL_10_STABLE/src/backend/tcop/postgres.c", Line: 788)
>>
>> Will push on Monday.
>
> Pushed after changing the constraint in the test case to be less silly.
> Thanks for the report and diagnosis.
>
> --
> Álvaro Herrera https://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Set ActiveSnapshot when logically replaying inserts
- 5dbd0beb8a95 11.0 landed
- 4f10e7ea7b22 12.0 landed
- 2c4d0f32e0c7 10.5 landed