Re: BUG #14706: Dependencies not recorded properly for base types
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: khuddleston@pivotal.io,
PostgreSQL mailing lists <pgsql-bugs@postgresql.org>
Date: 2017-06-15T04:53:54Z
Lists: pgsql-bugs
Michael Paquier <michael.paquier@gmail.com> writes: > On Thu, Jun 15, 2017 at 9:42 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> ... but yeah, as long as we're supporting it at all, that shouldn't >> happen. Thanks for the report! > Tom, are you working on a patch? At quick glance, this is just missing a > call to recordDependencyOn() in SetFunctionReturnType(). No, I'm going to bed soon. If you want to fix this, have at it. regards, tom lane
Commits
-
Fix dependency, when changing a function's argument/return type.
- ac93a78b0e51 9.2.22 landed
- 6338b50b9335 9.4.13 landed
- b47e2f7a9463 9.3.18 landed
- 501e6f8b7875 9.5.8 landed
- a9a5eb32b384 9.6.4 landed
- 30681c830d69 10.0 landed