Re: BUG #14271: Please fix 13804 bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #14271: Please fix 13804 bug
Дата
Msg-id 6566.1470153957@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #14271: Please fix 13804 bug  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-bugs
"David G. Johnston" <david.g.johnston@gmail.com> writes:
> 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))

> I concurred on the original thread bug report thread.
> https://www.postgresql.org/message-id/CAKFQuwbYXU-z0uxnLWV_1awd16JiMnJnKnMQgYrUDJT4uqmmjQ%40mail.gmail.com

Heh ... that's what I get for not bothering to go read the other thread.
Clearly we dropped the ball on pushing that report through to a fix.

            regards, tom lane

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

Предыдущее
От: eduardo_santana@iol.pt
Дата:
Сообщение: Re: BUG #14274: Missing tablespace info inpg_tables
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #13810: cursor_to_xml ignores tableforest parameter