Re: WIP Incremental JSON Parser

From: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
To: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Amit Langote <amitlangote09(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Peter Smith <smithpb2250(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: WIP Incremental JSON Parser
Date: 2024-04-04 21:55:43
Message-ID: CAGECzQSAWJ2m=vYLD-KT_Esf7EGymt3kTv4gXUODsPPsK-xtTw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 4 Apr 2024 at 23:52, Jelte Fennema-Nio <postgres(at)jeltef(dot)nl> wrote:
> Fair enough, I guess I'll change my invocation to include the ninja
> "test" target too:
> ninja -C build test install-quiet && meson test -C build

Actually that doesn't do what I want either because that actually runs
the tests too... And I prefer to do that using meson directly, so I
can add some filters to it. I'll figure something out when I'm more
fresh tomorrow.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2024-04-04 22:22:12 Re: Built-in CTYPE provider
Previous Message Jelte Fennema-Nio 2024-04-04 21:52:14 Re: WIP Incremental JSON Parser