[HACKERS] Re: [COMMITTERS] pgsql: Process variadic arguments consistently injson functions - Mailing list pgsql-hackers

From Michael Paquier
Subject [HACKERS] Re: [COMMITTERS] pgsql: Process variadic arguments consistently injson functions
Date
Msg-id CAB7nPqSha1L8yHko9cPxbU5gt=xp8QE0e9_5B9HkcXRC5e0+Xw@mail.gmail.com
Whole thread Raw
Responses [HACKERS] Re: [COMMITTERS] pgsql: Process variadic arguments consistently injson functions
List pgsql-hackers
On Wed, Oct 25, 2017 at 5:24 AM, Andrew Dunstan <andrew@dunslane.net> wrote:
> Process variadic arguments consistently in json functions
>
> json_build_object and json_build_array and the jsonb equivalents did not
> correctly process explicit VARIADIC arguments. They are modified to use
> the new extract_variadic_args() utility function which abstracts away
> the details of the call method.
>
> Michael Paquier, reviewed by Tom Lane and Dmitry Dolgov.
>
> Backpatch to 9.5 for the jsonb fixes and 9.4 for the json fixes, as
> that's where they originated.

- * Copyright (c) 2014-2017, PostgreSQL Global Development Group
+ * COPYRIGHT (c) 2014-2017, PostgreSQL Global Development Group
Andrew, I have just noticed that this noise diff has crept in. You may
want to fix that.
-- 
Michael


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Jing Wang
Date:
Subject: Re: [HACKERS] proposal: Support Unicode host variable in ECPG
Next
From: Beena Emerson
Date:
Subject: Re: [HACKERS] path toward faster partition pruning