pgsql: Update test output of sepgsql for ALTER TABLE COLUMN DROP

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update test output of sepgsql for ALTER TABLE COLUMN DROP
Date: 2019-10-13 23:59:35
Message-ID: E1iJnlv-0003Gz-HQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update test output of sepgsql for ALTER TABLE COLUMN DROP

1df5875 has changed the way dependencies are dropped for this command
with inheritance trees, which impacts sepgsql. This just updates the
regression test output to take care of the failures and adapt to the new
code.

Reported by buildfarm member rhinoceros.

Author: Michael Paquier
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/20191013101331.GC1434@paquier.xyz
Backpatch-through: 12

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/14ac4237cba02f2766a7e6379468e71050de6fd2

Modified Files
--------------
contrib/sepgsql/expected/ddl.out | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-10-14 00:00:23 Re: pgsql: Fix dependency handling of column drop with partitioned tables
Previous Message Tom Lane 2019-10-13 20:29:10 Re: pgsql: Fix dependency handling of column drop with partitioned tables