Re: pgsql: Fix dependency handling of column drop with partitioned tables - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Fix dependency handling of column drop with partitioned tables
Date
Msg-id 26257.1570998550@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fix dependency handling of column drop with partitionedtables  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Fix dependency handling of column drop with partitionedtables  (Michael Paquier <michael@paquier.xyz>)
List pgsql-committers
Michael Paquier <michael@paquier.xyz> writes:
> On Sun, Oct 13, 2019 at 08:54:19AM +0000, Michael Paquier wrote:
>> Fix dependency handling of column drop with partitioned tables

> rhinoceros is unhappy with this one in the sepgsql tests as this has
> moved a cascading drop notice when droping a column:
> ...
> It seems to me that it would be fine to just update the output to
> the newly-expected behavior.  Any opinions?

Yeah, that sounds good to me.

            regards, tom lane



pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Update unicode.org URLs
Next
From: Michael Paquier
Date:
Subject: pgsql: Update test output of sepgsql for ALTER TABLE COLUMN DROP