Re: Regression tests fail with musl libc because libpq.so can't be loaded

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Wolfgang Walther <walther(at)technowledgy(dot)de>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Bugs <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: Regression tests fail with musl libc because libpq.so can't be loaded
Date: 2024-03-17 10:33:52
Message-ID: 68C88EE3-CDCB-4993-9173-3A773F491F3A@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

> On Mar 17, 2024, at 02:44, Wolfgang Walther <walther(at)technowledgy(dot)de> wrote:
>
> Nailed it. PS_USE_NONE fixes it.

Given the musl (still?) does not define a preprocessor macro specific to it, is there a way of improving the test in pg_status.c to catch this case? It seems wrong that the current test passes a case that doesn't actually work.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Wolfgang Walther 2024-03-17 13:11:19 Re: Regression tests fail with musl libc because libpq.so can't be loaded
Previous Message Wolfgang Walther 2024-03-17 09:44:03 Re: Regression tests fail with musl libc because libpq.so can't be loaded

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2024-03-17 12:51:39 Re: Make attstattarget nullable
Previous Message Dean Rasheed 2024-03-17 09:46:42 Re: Improving EXPLAIN's display of SubPlan nodes