-
- Downloads
Department of second thoughts: suppressing implicit casts everywhere in
ruleutils display is not such a great idea. For arguments of functions and operators I think we'd better keep the historical behavior of showing such casts explicitly, to ensure that the function/operator is reparsed the same way when the rule is reloaded. This also makes the output of EXPLAIN less obscurantist about exactly what's happening.
Showing
- src/backend/catalog/heap.c 3 additions, 3 deletionssrc/backend/catalog/heap.c
- src/backend/commands/explain.c 6 additions, 5 deletionssrc/backend/commands/explain.c
- src/backend/commands/typecmds.c 2 additions, 2 deletionssrc/backend/commands/typecmds.c
- src/backend/utils/adt/ruleutils.c 79 additions, 58 deletionssrc/backend/utils/adt/ruleutils.c
- src/include/utils/builtins.h 2 additions, 2 deletionssrc/include/utils/builtins.h
- src/test/regress/expected/rules.out 1 addition, 1 deletionsrc/test/regress/expected/rules.out
Loading
Please register or sign in to comment