Re: making the backend's json parser work in frontend code

Поиск
Список
Период
Сортировка
От David Steele
Тема Re: making the backend's json parser work in frontend code
Дата
Msg-id 68400cc9-ed53-2d2f-4c67-b0fa3d0aab02@pgmasters.net
обсуждение исходный текст
Ответ на Re: making the backend's json parser work in frontend code  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi Robert,

On 1/16/20 11:51 AM, Robert Haas wrote:
> On Thu, Jan 16, 2020 at 1:37 PM David Steele <david@pgmasters.net> wrote:
> 
>> So the idea here is that json.c will have the JSON SQL functions,
>> jsonb.c the JSONB SQL functions, and jsonapi.c the parser, and
>> jsonfuncs.c the utility functions?
> 
> Uh, I think roughly that, yes. Although I can't claim to fully
> understand everything that's here.

Now that I've spent some time with the code I see your intent was just 
to isolate the JSON lexer code with 0002 and 0003.  As such, I now think 
they are commit-able as is.

Regards,
-- 
-David
david@pgmasters.net



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

Предыдущее
От: David Steele
Дата:
Сообщение: Re: making the backend's json parser work in frontend code
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Remove page-read callback from XLogReaderState.