Adding sf_return_type, improving sf_tail readability.
1. The "sf_tail" rule had a lot of rules with part markers, e.g: /* $1 */ They make the grammar really hard to read. Removing all these markers. 2. Moving the RETURNS clause into a separate sp_return_type rule, to make sf_tail even more simpler. Note, sp_return_type will be needed soon for packages anyway.
Showing
Please register or sign in to comment