Re: pg_dump: fail to restore partition table with serial type

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Rushabh Lathia <rushabh(dot)lathia(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_dump: fail to restore partition table with serial type
Date: 2019-05-06 16:13:31
Message-ID: 20190506161331.GA27513@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2019-May-06, Rushabh Lathia wrote:

> Found another scenario where check constraint is not getting
> dump for the child table.

You're right, the patched code is bogus; I'm reverting it all for
today's minors. Thanks for reporting.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2019-05-06 16:14:55 Re: Fixing order of resowner cleanup in 12, for Windows
Previous Message Tom Lane 2019-05-06 16:05:21 Re: Unhappy about API changes in the no-fsm-for-small-rels patch