]> granicus.if.org Git - postgresql/commit
Fix concat() and format() to handle VARIADIC-labeled arguments correctly.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Jan 2013 05:19:18 +0000 (00:19 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Jan 2013 05:19:56 +0000 (00:19 -0500)
commit760f3c043ad4ee622b596d005ec31bb5e0322c4a
treec25bee99d164d7e5cd8d481f224d1acaf3f8b589
parent56a6317bf54625c7fdade6cd1ab38178bba42448
Fix concat() and format() to handle VARIADIC-labeled arguments correctly.

Previously, the VARIADIC labeling was effectively ignored, but now these
functions act as though the array elements had all been given as separate
arguments.

Pavel Stehule
doc/src/sgml/func.sgml
doc/src/sgml/xfunc.sgml
src/backend/utils/adt/varlena.c
src/test/regress/expected/text.out
src/test/regress/sql/text.sql