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
-
Set ActiveSnapshot when logically replaying inserts
- 5dbd0beb8a95 11.0 landed
- 4f10e7ea7b22 12.0 landed
- 2c4d0f32e0c7 10.5 landed