Re: Unicode update and some tooling improvements

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Unicode update and some tooling improvements
Date: 2026-03-02 07:29:52
Message-ID: b8db6ace-f73f-4ad6-93a2-47ab2cfb63a4@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 27.02.26 03:50, Chao Li wrote:
> Only a small comment on 0003:
> ```
> # Meson 0.57.0 and 0.57.1 are buggy, therefore >=0.57.2.
> - meson_version: '>=0.57.2',
> + # FIXME: update comment
> + meson_version: '>=0.58',
> ```
>
> Why leaves a FIXME instead of just updating the comment? I saw the installation.sgml doc has been updated.

It wasn't meant to be committed that way. I just didn't want to spend
the time crafting a comment before it was generally agreed to proceed in
this way that required a meson version update.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nisha Moond 2026-03-02 07:37:44 Re: Skipping schema changes in publication
Previous Message Peter Eisentraut 2026-03-02 07:27:15 Re: Check for memset_explicit() and explicit_memset()