Re: AIX support - Mailing list pgsql-hackers

From Andres Freund
Subject Re: AIX support
Date
Msg-id bc6yi2dtprvhwd4fcbis366gog2mntprku6s5wrtmhjc5ei4cs@mx5eab2cdkbr
Whole thread Raw
In response to RE: AIX support  (Srirama Kucherlapati <sriram.rk@in.ibm.com>)
List pgsql-hackers
Hi,

On 2025-04-03 13:45:01 +0000, Srirama Kucherlapati wrote:
> We are nearly ready to deliver the patch. Currently, we have compiled the
> source using Meson and are investigating one test case issue. Once we pinpoint
> the cause, we will send you the patch. Notably, this test case behaves
> differently on AIX, opting for a Bitmap Index Scan instead of an Index Scan.
> Not sure if this is really specific to AIX?
> 
>                 >> meson test
> 
> 396 Ok:                 81
> 397 Expected Fail:      0
> 398 Fail:               1  (regex)
> 399 Unexpected Pass:    0
> 400 Skipped:            219

FWIW, the skipped tests indicate that you are building without tap tests or
such - that means most of the testsuite is not run. That certainly is not good
enough.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: AIX support
Next
From: Ilia Evdokimov
Date:
Subject: Re: pull-up subquery if JOIN-ON contains refs to upper-query