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

  1. Fix dependency, when changing a function's argument/return type.