Edit routines in udr.c
BladeSmith DataBlade generates
code for the following types of routines in the udr.c source
code file:
- Most user-defined routines
- Cast support functions
- Aggregate functions
- Selectivity functions
- Iterator functions
Important: Avoid code merge problems by modifying
code only in the sections marked with a TO DO: note.
If you do modify code outside the designated areas, after you regenerate
you might have two copies of the routine: the one you modified and
the one BladeSmith generated. Although your changes remain, you must
resolve the conflicts in the two pieces of code.