Re: Cannot find a working 64-bit integer type on Illumos - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Cannot find a working 64-bit integer type on Illumos
Date
Msg-id 2402151.1733349346@sss.pgh.pa.us
Whole thread Raw
In response to Re: Cannot find a working 64-bit integer type on Illumos  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Cannot find a working 64-bit integer type on Illumos
List pgsql-hackers
I wrote:
> ... We need this header to be readable without
> any prior system headers, so I'm afraid we're all the way back to
> making configure derive the name of a 64-bit type.

Could another way be to read pg_config.h before postgres_ext.h?
I think the current order was intentional, but maybe the
disadvantages outweigh the advantages now.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Cannot find a working 64-bit integer type on Illumos
Next
From: Thomas Munro
Date:
Subject: Re: Cannot find a working 64-bit integer type on Illumos