Re: BUG #8257: Multi-Core Restore fails when containing index comments - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #8257: Multi-Core Restore fails when containing index comments
Date
Msg-id 26518.1372355789@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #8257: Multi-Core Restore fails when containing index comments  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-bugs
Andres Freund <andres@2ndquadrant.com> writes:
> There is no object 1832 in the dump since that was ommitted in favor of
> the constraint 1833 which internally creates the index. So what we need
> to do is to make the comment depend on the constraint instead.
> With the attached patch we get: [ the right thing ]

Applied with minor cosmetic changes.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #8257: Multi-Core Restore fails when containing index comments
Next
From: ddebernardy@yahoo.com
Date:
Subject: BUG #8266: Problem with \d and ::regclass when tables have utf8 chars in their name