Re: AIX support

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: AIX support
Дата
Msg-id CA+hUKG+7_ON7hd_oB6YjD4Tx23wL4E1UBSWg6C+O1brMgDB58A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: AIX support  (Thomas Munro <thomas.munro@gmail.com>)
Ответы Re: AIX support  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, Mar 29, 2024 at 4:00 PM Thomas Munro <thomas.munro@gmail.com> wrote:
> On Fri, Mar 29, 2024 at 3:48 PM Noah Misch <noah@leadboat.com> wrote:
> > The thread Alvaro and Tom cited contains an analysis.  It's a compiler bug.
> > You can get past the compiler bug by upgrading your compiler; both ibm-clang
> > 17.1.1.2 and gcc 13.2.0 are free from the bug.
>
> For the specific issue that triggered that, I strongly suspect that it
> would go away if we just used smgrzeroextend() instead of smgrextend()
> using that variable with the alignment requirement, since, as far as I
> can tell from build farm clues, the otherwise similar function-local
> static variable used by the former (ie one that the linker must still
> control the location of AFAIK?) seems to work fine.

Oh, sorry, I had missed the part where newer compilers fix the issue
too.  Old out-of-support versions of AIX running old compilers, what
fun.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: AIX support
Следующее
От: jian he
Дата:
Сообщение: Re: remaining sql/json patches