Move checking an explicit VARIADIC "any" argument into the parser.

Andrew Dunstan <andrew@dunslane.net>

Commit: d26888bc4d1e539a82f21382b0000fe5bbf889d9
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2013-07-18T15:52:12Z
Releases: 9.4.0
Move checking an explicit VARIADIC "any" argument into the parser.

This is more efficient and simpler . It does mean that an untyped NULL
can no longer be used in such cases, which should be mentioned in
Release Notes, but doesn't seem a terrible loss. The workaround is to
cast the NULL to some array type.

Pavel Stehule, reviewed by Jeevan Chalke.

Files