diff options
author | Heikki Linnakangas | 2017-06-16 08:33:12 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2017-06-16 08:33:12 +0000 |
commit | 30681c830d69ca88cf66105c94e63d3e4d905681 (patch) | |
tree | 6b2c2c900930ec7da43f926e691a1e0937de354f /src/backend/commands/sequence.c | |
parent | 39ac55918fc31b9bf88185d28ebe7ddc58d01181 (diff) |
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/[email protected]
Diffstat (limited to 'src/backend/commands/sequence.c')
0 files changed, 0 insertions, 0 deletions