Re: Segfault logical replication PG 10.4

Quan Tran <account@itscaro.me>

From: Quan Tran <account@itscaro.me>
To: Minh-Quan Tran <account@itscaro.me>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2018-07-28T09:31:05Z
Lists: 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}');

>

Commits

  1. Set ActiveSnapshot when logically replaying inserts