Re: [BUGS] BUG #14758: Segfault with logical replication on afunction index

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [BUGS] BUG #14758: Segfault with logical replication on afunction index
Дата
Msg-id 31777fcd-3e65-2f50-3c53-ea7f48b5b9cc@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #14758: Segfault with logical replication on afunction index  (Masahiko Sawada <sawada.mshk@gmail.com>)
Ответы Re: [BUGS] BUG #14758: Segfault with logical replication on afunction index  (Andres Freund <andres@anarazel.de>)
Список pgsql-bugs
On 7/28/17 06:07, Masahiko Sawada wrote:
> I could reproduced this issue and it seems to me that the cause of
> this is that the table sync worker didn't get a snapshot before
> starting table copy. Attached patch fixes this problem.

Should it be GetTransactionSnapshot() rather than GetLatestSnapshot()?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [BUGS] getting error could not open file "pg_xlog"
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Re: [BUGS] BUG #14758: Segfault with logicalreplication on a function index