Re: BUG #14271: Please fix 13804 bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
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 16:05:57
Message-ID: 6566.1470153957@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"David G. Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> writes:
> 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))

> 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2016-08-02 16:51:16 Re: pg_size_pretty, SHOW, and spaces
Previous Message eduardo_santana 2016-08-02 15:50:53 Re: BUG #14274: Missing tablespace info in pg_tables