Re: AIX support - alignment issues - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: AIX support - alignment issues
Date
Msg-id CA+hUKGLkWWkn3m9X_=0uek20QJUnz3bf85dVAHEcu7fWE+aXmw@mail.gmail.com
Whole thread Raw
In response to Re: AIX support - alignment issues  (Andres Freund <andres@anarazel.de>)
Responses Re: AIX support - alignment issues
List pgsql-hackers
On Wed, Jul 6, 2022 at 3:26 PM Andres Freund <andres@anarazel.de> wrote:
> On 2022-07-06 14:21:50 +1200, Thomas Munro wrote:
> > -     * Notice that this means that we actually clear the word to set
> > -     * the lock and set the word to clear the lock.  This is the
> > -     * opposite behavior from the SPARC LDSTUB instruction.  For some
> > -     * reason everything that H-P does is rather baroque...

> Are these comments retained elsewhere? It's confusing enough that I think we
> should make sure they're somewhere until we remove hppa support...

OK, I moved them into s_lock.h where the remaining asm lives.

> > -#if defined(__ia64__) || defined(__ia64)
> > -/*
> > - * Intel Itanium, gcc or Intel's compiler.
>
> Hm.  Personally I'd do HPUX removal separately from IA64 removal.

OK, split.

Attachment

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Re-order "disable_on_error" in tab-complete COMPLETE_WITH
Next
From: John Naylor
Date:
Subject: Re: [PATCH] Optimize json_lex_string by batching character copying