Re: Segfault logical replication PG 10.4 - Mailing list pgsql-hackers

From Quan Tran
Subject Re: Segfault logical replication PG 10.4
Date
Msg-id CAKH=C-8pemkMKLQCNif3eZ9V7d8KBgKKFPGFEb+=1XLhfeYyUg@mail.gmail.com
Whole thread Raw
In response to Re: Segfault logical replication PG 10.4  (Minh-Quan Tran <account@itscaro.me>)
Responses Re: Segfault logical replication PG 10.4  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Sorry, there is an error in the previous message:

insert into itscaro.test values (2, '{{test1.test2.test3}');

should be corrected with:

insert into itscaro.test values (2, '{test1.test2.test3}');

pgsql-hackers by date:

Previous
From: Minh-Quan Tran
Date:
Subject: Re: Segfault logical replication PG 10.4
Next
From: Amit Kapila
Date:
Subject: Re: Problem while setting the fpw with SIGHUP