pgsql: Improve CREATE DATABASE error message for invalid libc locale.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve CREATE DATABASE error message for invalid libc locale.
Date: 2025-06-06 22:47:23
Message-ID: E1uNfqN-000V6Z-0V@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve CREATE DATABASE error message for invalid libc locale.

Discussion: https://postgr.es/m/73959a14-267b-49c1-8293-291b175682cb@manitou-mail.org
Reviewed-by: Daniel Verite <daniel(at)manitou-mail(dot)org>

Branch
------
master

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

Modified Files
--------------
src/backend/commands/dbcommands.c | 41 +++++++++++++++++++++++++++++++--------
1 file changed, 33 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-06-07 07:08:33 pgsql: plpython: Remove obsolete test expected file
Previous Message Nathan Bossart 2025-06-06 17:08:41 pgsql: Use NULL instead of 0 for pointer arguments.