Re: BUG #14271: Please fix 13804 bug

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, "amdjachenko(at)gmail(dot)com" <amdjachenko(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14271: Please fix 13804 bug
Date: 2016-08-02 03:46:37
Message-ID: CAKFQuwbmTgbqA7Zus-UfMKK_2er_TEv85QTyMaz_f78ctjs3Hg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Monday, August 1, 2016, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Om Prakash Jaiswal 2016-08-02 05:47:19 Create language plperlu Error
Previous Message Tom Lane 2016-08-02 02:43:22 Re: BUG #14271: Please fix 13804 bug