Re: BUG #14271: Please fix 13804 bug

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: BUG #14271: Please fix 13804 bug
Дата
Msg-id CAKFQuwbmTgbqA7Zus-UfMKK_2er_TEv85QTyMaz_f78ctjs3Hg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #14271: Please fix 13804 bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BUG #14271: Please fix 13804 bug
Список pgsql-bugs
On Monday, August 1, 2016, Tom Lane <tgl@sss.pgh.pa.us> wrote:

>
> So it looks to me like an appropriate fix would be basically this
> in _printTocEntry():
>
> -    if (!ropt->dropSchema)
> +    if (!(ropt->dropSchema && !ropt->createDB))
>
> plus some suitable adjustment of the comment.  I'm too lazy/tired
> to test this theory right now, though.
>
>
I concurred on the original thread bug report thread.

https://www.postgresql.org/message-id/CAKFQuwbYXU-z0uxnLWV_1awd16JiMnJnKnMQgYrUDJT4uqmmjQ%40mail.gmail.com

David J.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #14271: Please fix 13804 bug
Следующее
От: Om Prakash Jaiswal
Дата:
Сообщение: Create language plperlu Error