Re: WIP Incremental JSON Parser - Mailing list pgsql-hackers

From Tom Lane
Subject Re: WIP Incremental JSON Parser
Date
Msg-id 549100.1712242815@sss.pgh.pa.us
Whole thread Raw
In response to Re: WIP Incremental JSON Parser  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: WIP Incremental JSON Parser
List 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 by date:

Previous
From: Jelte Fennema-Nio
Date:
Subject: Re: Add trim_trailing_whitespace to editorconfig file
Next
From: Wolfgang Walther
Date:
Subject: Re: Building with musl in CI and the build farm