pgsql: Make AIO error test more portable

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make AIO error test more portable
Date: 2025-04-13 18:46:53
Message-ID: E1u42M1-0009QA-2d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make AIO error test more portable

Alpine Linux's C library (musl) spells one error message differently.

Reported-by: Wolfgang Walther

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/64e193f5dda2075ecc6356625992e190a4347df6

Modified Files
--------------
src/test/modules/test_aio/t/001_aio.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-04-13 19:54:55 pgsql: Mark sslkeylogfile as Debug option
Previous Message Andrew Dunstan 2025-04-12 18:57:34 pgsql: Free memory properly in pg_restore.c