Re: WIP Incremental JSON Parser

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WIP Incremental JSON Parser
Дата
Msg-id 549100.1712242815@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WIP Incremental JSON Parser  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: WIP Incremental JSON Parser
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 2024-04-04 Th 10:26, Tom Lane wrote:
>> My animals don't like this [1][2]:

> Darn it. Ok, will try to fix.

I think you just need to follow the standard pattern:

typedef struct foo foo;

... foo* is ok to use here ...

struct foo {
   ... fields
};

            regards, tom lane



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

Предыдущее
От: Jelte Fennema-Nio
Дата:
Сообщение: Re: Add trim_trailing_whitespace to editorconfig file
Следующее
От: Wolfgang Walther
Дата:
Сообщение: Re: Building with musl in CI and the build farm