On Thu, Feb 11, 2016 at 12:37 AM, Fabien COELHO <[email protected]> wrote: > v26 attached implements these changes.
+ /* the argument list has been built in reverse order, it is fixed here */ + expr->u.function.args = reverse_elist(args); Hm. I may be missing something, but why is that necessary? This is basically doing a double-reversion to put all the arguments in the correct order when parsing the function arguments. -- Michael -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
