-
- Downloads
Turns out that Mazurkiewicz's gripe about 'function inheritance' is
actually a type-coercion problem. If you have a function defined on class A, and class B inherits from A, then the function ought to work on class B as well --- but coerce_type didn't know that. Now it does.
Showing
- src/backend/parser/parse_coerce.c 57 additions, 45 deletionssrc/backend/parser/parse_coerce.c
- src/backend/parser/parse_func.c 35 additions, 2 deletionssrc/backend/parser/parse_func.c
- src/include/parser/parse_func.h 3 additions, 1 deletionsrc/include/parser/parse_func.h
- src/include/parser/parse_type.h 3 additions, 1 deletionsrc/include/parser/parse_type.h
Loading
Please register or sign in to comment