pgsql: ProcedureCreate neglected to record dependencies on default expr

Started by Tom Lanealmost 15 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

ProcedureCreate neglected to record dependencies on default expressions.

Thus, an object referenced in a default expression could be dropped while
the function remained present. This was unaccountably missed in the
original patch to add default parameters for functions. Reported by
Pavel Stehule.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/50af47f12bb8218625b7095da1d5678a1da8e9c2

Modified Files
--------------
src/backend/catalog/pg_proc.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)