pgsql: Fix concat() and format() to handle VARIADIC-labeled arguments c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix concat() and format() to handle VARIADIC-labeled arguments c
Date
Msg-id E1TybiI-000477-2C@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/760f3c043ad4ee622b596d005ec31bb5e0322c4a

Modified Files
--------------
doc/src/sgml/func.sgml             |   24 ++++-
doc/src/sgml/xfunc.sgml            |   11 ++-
src/backend/utils/adt/varlena.c    |  198 +++++++++++++++++++++++++++++++-----
src/test/regress/expected/text.out |   89 ++++++++++++++++-
src/test/regress/sql/text.sql      |   23 ++++-
5 files changed, 310 insertions(+), 35 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: add mention of ssi read anomolies to mvcc docs
Next
From: Magnus Hagander
Date:
Subject: pgsql: Make pg_dump exclude unlogged table data on hot standby slaves