Re: Generating configure from configure.ac - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Generating configure from configure.ac
Date
Msg-id CA+hUKGJztUxgFwH7itOqAtDF3uAYKi6r8sUO7oOUrL3a7iTyDA@mail.gmail.com
Whole thread Raw
In response to Generating configure from configure.ac  (Tatsuo Ishii <ishii@postgresql.org>)
Responses Re: Generating configure from configure.ac
List pgsql-hackers
On Tue, Nov 26, 2024 at 2:29 PM Tatsuo Ishii <ishii@postgresql.org> wrote:
> -#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
> +#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))

. o O ( I wonder if that missing Debian/Ubuntu bugfix[1] is why our
AIX animals have -D_LARGE_FILES=1 jammed into $CC, even though
AC_SYS_LARGEFILES claims to understand AIX )

[1] https://sources.debian.org/patches/autoconf2.69/2.69-3.1/



pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Improve the error message for logical replication of regular column to generated column.
Next
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: Parallel heap vacuum