Re: bug in ReplicationSlotsCountDBSlots

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: bug in ReplicationSlotsCountDBSlots
Дата
Msg-id 20140307161804.GB21154@momjian.us
обсуждение исходный текст
Ответ на bug in ReplicationSlotsCountDBSlots  (yamamoto@valinux.co.jp (YAMAMOTO Takashi))
Ответы Re: bug in ReplicationSlotsCountDBSlots  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-bugs
On Fri, Mar  7, 2014 at 11:43:21AM +0900, YAMAMOTO Takashi wrote:
> hi,
>
> the following fixes an obvious bug in ReplicationSlotsCountDBSlots
> which prevents dropping unrelated databases.

Yikes, the code is literally:

        /* not database specific, skip */
        if (s->data.database == InvalidOid)

How did that get by the reviewers?

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: BUG #9457: replace materialized view?
Следующее
От: Andres Freund
Дата:
Сообщение: Re: bug in ReplicationSlotsCountDBSlots