Re: SQL/JSON: functions

Поиск
Список
Период
Сортировка
От Nikita Glukhov
Тема Re: SQL/JSON: functions
Дата
Msg-id f7b4f21b-ea09-a80d-d7b7-f90f16147b2d@postgrespro.ru
обсуждение исходный текст
Ответ на Re: Re: SQL/JSON: functions  (Andrew Alsup <bluesbreaker@gmail.com>)
Ответы Re: Re: SQL/JSON: functions  (Andrew Alsup <bluesbreaker@gmail.com>)
Список pgsql-hackers
On 21.10.2019 19:00, Andrew Alsup wrote:
> On 9/27/19 9:42 PM, Nikita Glukhov wrote:
>> Attached 39th version of the patches rebased onto current master.
> I am unable to cleanly apply this patch.
> I've tried applying to the current master (4f4061b2dd)
> I've also tried apply to commit b81a9c2fc5 back through 709d003fbd, 
> with no success.
>
> Can you please tell me to which commit I can apply the patch? Is the 
> following command correct for applying the patch files?
>
> `patch -p1 < ~/Downloads/0001-Jsonpath-support-for-json-v39.patch`
>
> Thanks for your help,
> Andrew Alsup
>
v39 patch is based on 5ee96b3e2221d154ffcb719bd2dee1179c53f821

Use the following git command to apply patches:

git am ~/Downloads/0001-Jsonpath-support-for-json-v39.patch

-- 
Nikita Glukhov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Alsup
Дата:
Сообщение: Re: Re: SQL/JSON: functions
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Backport "WITH ... AS MATERIALIZED" syntax to <12?