Re: pgsql: Fix overread in JSON parsing errors for incomplete byte sequence - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: pgsql: Fix overread in JSON parsing errors for incomplete byte sequence
Date
Msg-id 6dae7e56-5233-4183-bd12-c14cf3c9312e@eisentraut.org
Whole thread Raw
In response to Re: pgsql: Fix overread in JSON parsing errors for incomplete byte sequence  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: pgsql: Fix overread in JSON parsing errors for incomplete byte sequence
List 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.




pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: JIT compilation per plan node
Next
From: Alexander Lakhin
Date:
Subject: Re: Why is citext/regress failing on hamerkop?