Re: BUG #14706: Dependencies not recorded properly for base types

Michael Paquier <michael.paquier@gmail.com>

From: Michael Paquier <michael.paquier@gmail.com>
To: Heikki Linnakangas <hlinnaka@iki.fi>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Karen Huddleston <khuddleston@pivotal.io>, PostgreSQL mailing lists <pgsql-bugs@postgresql.org>
Date: 2017-06-15T06:07:53Z
Lists: pgsql-bugs
On Thu, Jun 15, 2017 at 2:59 PM, Heikki Linnakangas <hlinnaka@iki.fi> wrote:
> On 06/15/2017 04:02 AM, Tom Lane wrote:
>>
>> The business with "opaque" as a placeholder has been deprecated for
>> circa 15 years; did you find that example in any modern
>> documentation?
>
>
> I wonder if we should remove the support for this, in master. It's been
> deprecated for long enough that no-one should miss it when it's gone. Would
> be one less hack to maintain.

Yeah, the idea has crossed my mind. And do that as well for PLs and triggers.
-- 
Michael


Commits

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