Re: BUG #14271: Please fix 13804 bug - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #14271: Please fix 13804 bug
Date
Msg-id 6566.1470153957@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #14271: Please fix 13804 bug  ("David G. Johnston" <david.g.johnston@gmail.com>)
List 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 by date:

Previous
From: eduardo_santana@iol.pt
Date:
Subject: Re: BUG #14274: Missing tablespace info inpg_tables
Next
From: Peter Eisentraut
Date:
Subject: Re: BUG #13810: cursor_to_xml ignores tableforest parameter