-
Alexander Barkov authored
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.
760127ac