Files
postgresql/src/backend
Heikki Linnakangas a9a5eb32b3 Fix dependency, when changing a function's argument/return type.
When a new base type is created using the old-style procedure of first
creating the input/output functions with "opaque" in place of the base
type, the "opaque" argument/return type is changed to the final base type,
on CREATE TYPE. However, we did not create a pg_depend record when doing
that, so the functions were left not depending on the type.

Fixes bug #14706, reported by Karen Huddleston.

Discussion: https://www.postgresql.org/message-id/20170614232259.1424.82774@wrigleys.postgresql.org
2017-06-16 11:39:45 +03:00
..
2016-06-09 18:09:17 -04:00
2017-05-08 10:10:54 -04:00
2016-01-02 13:33:40 -05:00
2017-02-06 11:34:15 +02:00
2017-02-06 12:42:47 -05:00