Re: pgsql: Fix overread in JSON parsing errors for incomplete byte sequence

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Subject: Re: pgsql: Fix overread in JSON parsing errors for incomplete byte sequence
Date: 2024-05-14 08:39:36
Message-ID: 6dae7e56-5233-4183-bd12-c14cf3c9312e@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 10.05.24 14:23, Alvaro Herrera wrote:
> On 2024-May-10, Alvaro Herrera wrote:
>
>> Not sure what's going on here, or why it fails for me while the
>> buildfarm is all happy.
>
> Ah, I ran 'git clean -dfx' and now it works correctly. I must have had
> an incomplete rebuild.

I saw the same thing. The problem is that there is incomplete
dependency information in the makefiles (not meson) between src/common/
and what is using it. So whenever anything changes in src/common/, you
pretty much have to do a forced rebuild of everything.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-05-14 08:44:26 pgsql: Fix memory leaks in error reporting with LOG level
Previous Message Peter Eisentraut 2024-05-14 08:35:40 pgsql: Add missing gettext triggers

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Lakhin 2024-05-14 09:00:00 Re: Why is citext/regress failing on hamerkop?
Previous Message David Rowley 2024-05-14 08:18:47 Re: JIT compilation per plan node