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

From Michael Paquier
Subject Re: pgsql: Fix overread in JSON parsing errors for incomplete byte sequence
Date
Msg-id ZkP7ARo6lo90su3K@paquier.xyz
Whole thread Raw
In response to Re: pgsql: Fix overread in JSON parsing errors for incomplete byte sequence  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: pgsql: Fix overread in JSON parsing errors for incomplete byte sequence
List pgsql-hackers
On Tue, May 14, 2024 at 10:39:36AM +0200, Peter Eisentraut wrote:
> 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.

Is that a recent regression?  I have some blurry memories from
working on these areas that changing src/common/ reflected on the
compiled pieces effectively at some point.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Why is citext/regress failing on hamerkop?
Next
From: Tatsuo Ishii
Date:
Subject: Re: Row pattern recognition