Re: Segfault logical replication PG 10.4

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Quan Tran <account(at)itscaro(dot)me>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Segfault logical replication PG 10.4
Date: 2018-07-28 17:52:12
Message-ID: 20180728175212.tibor3mz2ijedcgd@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-Fix-crash-in-logical-rep-subscriber.patch text/plain 3.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-07-28 18:41:24 Usability fail with psql's \dp command
Previous Message Melanie Plageman 2018-07-28 17:24:08 Re: Making "COPY partitioned_table FROM" faster