Re: pgsql: Refactor to add pg_strcoll(), pg_strxfrm(), and variants.

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Jeff Davis <jdavis(at)postgresql(dot)org>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Refactor to add pg_strcoll(), pg_strxfrm(), and variants.
Date: 2023-02-24 00:20:29
Message-ID: 20230224002029.GQ1653@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

These patches cause warnings under MSVC.

Of course my patch to improve CI by warning about compiler warnings is
the only one to notice.

https://cirrus-ci.com/task/6199582053367808

--
Justin

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-02-24 00:56:05 Re: pgsql: Refactor to add pg_strcoll(), pg_strxfrm(), and variants.
Previous Message Tom Lane 2023-02-23 20:40:59 pgsql: Don't repeatedly register cache callbacks in pgoutput plugin.

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2023-02-24 00:25:01 Re: stopgap fix for signal handling during restore_command
Previous Message Jeff Davis 2023-02-23 23:59:04 Re: Rework of collation code, extensibility