Re: AIX support - alignment issues

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: AIX support - alignment issues
Дата
Msg-id CA+hUKGLkWWkn3m9X_=0uek20QJUnz3bf85dVAHEcu7fWE+aXmw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: AIX support - alignment issues  (Andres Freund <andres@anarazel.de>)
Ответы Re: AIX support - alignment issues  (Andres Freund <andres@anarazel.de>)
Список 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.

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Smith
Дата:
Сообщение: Re: Re-order "disable_on_error" in tab-complete COMPLETE_WITH
Следующее
От: John Naylor
Дата:
Сообщение: Re: [PATCH] Optimize json_lex_string by batching character copying