| 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: | Whole Thread | Raw Message | 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.
David J.
| 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 |