Re: pgsql: Fix a crash in logical replication

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Fix a crash in logical replication
Дата
Msg-id 201901300954.7jrbodhjkgmm@alvherre.pgsql
обсуждение исходный текст
Ответ на pgsql: Fix a crash in logical replication  (Peter Eisentraut <peter@eisentraut.org>)
Ответы Re: pgsql: Fix a crash in logical replication  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-committers
On 2019-Jan-30, Peter Eisentraut wrote:

> Fix a crash in logical replication
> 
> The bug was that determining which columns are part of the replica
> identity index using RelationGetIndexAttrBitmap() would run
> eval_const_expressions() on index expressions and predicates across
> all indexes of the table, which in turn might require a snapshot, but
> there wasn't one set, so it crashes.  There were actually two separate
> bugs, one on the publisher and one on the subscriber.

The intention is to backpatch this fix all the way back to 9.4, right?

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


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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: pgsql: Make some ecpg test cases more robust against unexpectederrors
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix a crash in logical replication