make collate.linux.utf8 test run on more places

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: make collate.linux.utf8 test run on more places
Date: 2026-02-09 06:13:11
Message-ID: CACJufxGUqLfmiL6y7XGfpANdkrVQc07=5ZoJtYBdg5OBR-8L1Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi.
on my local machine.

select version();
version
--------------------------------------------------------------------------------------------
PostgreSQL 19devel_debug_build_630a93799d5 on x86_64-linux, compiled
by gcc-14.1.0, 64-bit
(1 row)

https://www.postgresql.org/message-id/16501.1564338688%40sss.pgh.pa.us
QUOTE""
Actually, scraping the buildfarm database suggests that checking
version() for "linux" or even "linux-gnu" would work very well.
"""

I would like change
version() !~ 'linux-gnu'
to
version() !~ 'linux'

so that src/test/regress/sql/collate.linux.utf8.sql can run on my system.

--
jian
https://www.enterprisedb.com/

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2026-02-09 06:22:55 Re: Skipping schema changes in publication
Previous Message Zhijie Hou (Fujitsu) 2026-02-09 06:06:34 RE: Improve pg_sync_replication_slots() to wait for primary to advance