[HACKERS] Re: [COMMITTERS] pgsql: Process variadic arguments consistently injson functions

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема [HACKERS] Re: [COMMITTERS] pgsql: Process variadic arguments consistently injson functions
Дата
Msg-id 614a2b95-1afd-66cc-1945-e178e2a58c82@dunslane.net
обсуждение исходный текст
Ответ на [HACKERS] Re: [COMMITTERS] pgsql: Process variadic arguments consistently injson functions  (Michael Paquier <michael.paquier@gmail.com>)
Ответы [HACKERS] Re: [COMMITTERS] pgsql: Process variadic arguments consistently injson functions  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers

On 10/26/2017 12:12 AM, Michael Paquier wrote:
> 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.


Argh! I see that in your v6 patch and I thought I'd caught all of it but
apparently not for master and REL_10. I wonder how that happened?

Will fix.

cheers

andrew




--
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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] PATCH: pgbench - option to build using ppoll() forlarger connection counts
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: [HACKERS] Transactions involving multiple postgres foreign servers