Re: pgsql: Fix crash bug in RestoreSnapshot.

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: pgsql: Fix crash bug in RestoreSnapshot.
Дата
Msg-id CANP8+jLTRNrfjPMhAks7PJNiObDN3zeXGaVtXpC5ivrs0KLqrg@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Fix crash bug in RestoreSnapshot.  (Robert Haas <rhaas@postgresql.org>)
Ответы Re: pgsql: Fix crash bug in RestoreSnapshot.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-committers
On 1 July 2016 at 15:04, Robert Haas <rhaas@postgresql.org> wrote:
Fix crash bug in RestoreSnapshot.

If serialized_snapshot->subxcnt > 0 and serialized_snapshot->xcnt == 0,
the old coding would do the wrong thing and crash.  This can happen
on standby servers.

Report by Andreas Seltenreich.  Patch by Thomas Munro, reviewed by
Amit Kapila and tested by Andreas Seltenreich.

Branch
------
REL9_5_STABLE

"This can happen on standby servers"

The commit message doesn't mention, but it applies only to parallel query?

Why then is this backpatched to 9.5?
 
--
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix crash bug in RestoreSnapshot.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Fix crash bug in RestoreSnapshot.