Re: Cannot find a working 64-bit integer type on Illumos

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Japin Li <japinli(at)hotmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Cannot find a working 64-bit integer type on Illumos
Date: 2024-12-04 03:04:24
Message-ID: CA+hUKGJ=6wVNNdv9XAUwNv+hhPCW3FzFEkrr6i5axx090vEmcQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bowen Shi 2024-12-04 03:31:53 Re: Does RelCache/SysCache shrink except when relations are deleted?
Previous Message jian he 2024-12-04 02:52:29 Re: not null constraints, again