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

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

Previous
From: Tom Lane
Date:
Subject: Re: BUG #14271: Please fix 13804 bug
Next
From: Om Prakash Jaiswal
Date:
Subject: Create language plperlu Error