Re: pgsql: Inline pg_ascii_tolower() and pg_ascii_toupper(). - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgsql: Inline pg_ascii_tolower() and pg_ascii_toupper().
Date
Msg-id 519380.1764362419@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Inline pg_ascii_tolower() and pg_ascii_toupper().  (Álvaro Herrera <alvherre@kurilemu.de>)
Responses Re: pgsql: Inline pg_ascii_tolower() and pg_ascii_toupper().
Re: pgsql: Inline pg_ascii_tolower() and pg_ascii_toupper().
List pgsql-hackers
=?utf-8?Q?=C3=81lvaro?= Herrera <alvherre@kurilemu.de> writes:
> On 2025-Nov-26, Jeff Davis wrote:
>> Inline pg_ascii_tolower() and pg_ascii_toupper().

> I think this broke the CI on (some flavors of?) Windows.  In
> https://cirrus-ci.com/task/6080935063453696
> I got

> [19:09:39.518] C:/msys64/ucrt64/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe:
src/backend/postgres_lib.a.p/commands_event_trigger.c.obj:in function `filter_list_to_array': 
> [19:09:39.518] c:\cirrus\build/../src/backend/commands/event_trigger.c:377:(.text+0x2a5): undefined reference to
`pg_ascii_toupper'

That's bizarre.  I checked recent cfbot rebuilds of some of my patches
and there's no problem, also just looking at port.h it's impossible
to see how this could happen.  Some weird compiled-code caching
misbehavior in CI, perhaps?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Mihail Nikalayeu
Date:
Subject: Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Next
From: Mihail Nikalayeu
Date:
Subject: Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements