pgsql: Fix initdb --no-locale.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix initdb --no-locale.
Date: 2023-04-21 20:44:49
Message-ID: E1ppxcd-004DQB-Qx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix initdb --no-locale.

Discussion: https://postgr.es/m/878relf7cb.fsf@news-spur.riddles.org.uk
Reported-by: Andrew Gierth

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5cd1a5af4d17496a58678c8eb7ab792119c2d723

Modified Files
--------------
src/bin/initdb/initdb.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2023-04-22 13:28:42 Re: pgsql: Import pg_bsd_indent sources.
Previous Message Jeff Davis 2023-04-21 15:31:45 pgsql: Avoid character classification in regex escape parsing.