On Wed, Dec 4, 2024 at 2:24 AM Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
> This patch looks good to me.
Thanks! Pushed. Let's see what the build farm says.
> In meson.build, this comment seems to be misplaced by accident:
Oops, fixed.
> In c.h, you include <inttypes.h> instead of <stdint.h>. Is there a
> reason for that?
<stdint.h> was already there for uintptr_t at least. <inttypes.h> is
needed to be able to define:
#define INT64_FORMAT "%" PRId64