Re: bad dependency in pg_dump output related to support function breaks binary upgrade - Mailing list pgsql-hackers

From Tom Lane
Subject Re: bad dependency in pg_dump output related to support function breaks binary upgrade
Date
Msg-id 494871.1608567787@sss.pgh.pa.us
Whole thread Raw
In response to bad dependency in pg_dump output related to support function breaks binary upgrade  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: bad dependency in pg_dump output related to support function breaks binary upgrade
List pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> some Orafce's user reported problems with pg_upgrade. I checked this issue
> and it looks like pg_dump problem:
> ...
> the supporting function should be dumped first before function where
> supporting function is used.

I tried to reproduce this and could not.  It should work, since
ProcedureCreate definitely makes a dependency on the support function.
Can you make a self-contained test case?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Dependency isn't created between extension and schema
Next
From: Jeff Janes
Date:
Subject: Re: BUG #16079: Question Regarding the BUG #16064