Re: Remove last traces of HPPA support - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Remove last traces of HPPA support
Date
Msg-id CA+hUKG+Ou+C+pXioo_W1gKcwRCEN1WNrLBBPSMJyxjgc+1JEJA@mail.gmail.com
Whole thread Raw
In response to Re: Remove last traces of HPPA support  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
On Tue, Jul 30, 2024 at 12:39 PM Thomas Munro <thomas.munro@gmail.com> wrote:
> On Tue, Jul 30, 2024 at 11:16 AM Heikki Linnakangas <hlinnaka@iki.fi> wrote:
> > I think we should do:
> >
> > #ifdef _M_AMD64
> > #define __x86_64__
> > #endif
> >
> > somewhere, perhaps in src/include/port/win32.h.

I suppose we could define our own
PG_ARCH_{ARM,MIPS,POWER,RISCV,S390,SPARC,X86}_{32,64} in one central
place, instead.  Draft patch for illustration.

Attachment

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Speed up JSON escape processing with SIMD plus other optimisations
Next
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: [BUG?] check_exclusion_or_unique_constraint false negative