[HACKERS] invalid number of sync standbys in synchronous_standby_names

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема [HACKERS] invalid number of sync standbys in synchronous_standby_names
Дата
Msg-id CAHGQGwHWB3izc6cXuFLh5kOcAbFXaRhhgwd-X5PeN9TEjxqXwg@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] invalid number of sync standbys in synchronous_standby_names  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

When the number of sync standbys is set to 0 in s_s_names, the assersion
failure happens as follows. This means that current multiple syncrep code
assumes that the num of sync standbys must be greater than 0. But we forgot
to forbid users from setting that num to 0. This is an oversight in multiple
syncrep patch (so my fault...). Attached patch forbits that.

TRAP: FailedAssertion("!(((bool) 0))", File: "syncrep.c", Line: 711)

Regards,

-- 
Fujii Masao

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

Вложения

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

Предыдущее
От: Stas Kelvich
Дата:
Сообщение: Re: [HACKERS] Speedup twophase transactions
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: [HACKERS] pg_basebackups and slots