postgresql/src
Andrew Dunstan f3c6e8a27a Add a utility function to extract variadic function arguments
This is epecially useful in the case or "VARIADIC ANY" functions. The
caller can get the artguments and types regardless of whether or not and
explicit VARIADIC array argument has been used. The function also
provides an option to convert arguments on type "unknown" to to "text".

Michael Paquier and me, reviewed by Tom Lane.

Backpatch to 9.4 in order to support the following json bug fix.
2017-10-25 07:13:11 -04:00
..
backend Add a utility function to extract variadic function arguments 2017-10-25 07:13:11 -04:00
bin Adjust psql \d query to avoid use of @> operator. 2017-10-22 16:45:16 -04:00
common Rewrite strnlen replacement implementation from 8a241792f9. 2017-10-10 14:50:30 -07:00
fe_utils Exclude flex-generated code from coverage testing 2017-10-16 16:28:11 -04:00
include Add a utility function to extract variadic function arguments 2017-10-25 07:13:11 -04:00
interfaces Exclude flex-generated code from coverage testing 2017-10-16 16:28:11 -04:00
makefiles
pl Use Py_RETURN_NONE where suitable 2017-09-29 16:51:39 -04:00
port Rewrite strnlen replacement implementation from 8a241792f9. 2017-10-10 14:50:30 -07:00
template Force "restrict" not to be used when compiling with xlc. 2017-10-13 12:15:06 -07:00
test In the planner, delete joinaliasvars lists after we're done with them. 2017-10-24 18:42:47 -04:00
timezone Update time zone data files to tzdata release 2017c. 2017-10-23 18:15:36 -04:00
tools Improve sys/catcache performance. 2017-10-13 14:22:41 -07:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Reinstate genhtml --prefix option for non-vpath builds 2017-10-14 11:44:45 -04:00
Makefile.shlib
nls-global.mk