diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-06-15 10:42:10 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-06-16 11:39:45 +0300 |
commit | a9a5eb32b38443540def8f2d47f0b118601acbf5 (patch) | |
tree | 8bc98b88b35cfbd9697e4609735750c90395ef1b /src/tutorial/funcs_new.c | |
parent | b2174598775f4bfbc1ff0d7f30e1e2659421afb9 (diff) | |
download | postgresql-a9a5eb32b38443540def8f2d47f0b118601acbf5.tar.gz postgresql-a9a5eb32b38443540def8f2d47f0b118601acbf5.zip |
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
Diffstat (limited to 'src/tutorial/funcs_new.c')
0 files changed, 0 insertions, 0 deletions