pgsql: Fix locale options checking in CREATE DATABASE.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix locale options checking in CREATE DATABASE.
Date: 2024-05-01 00:32:31
Message-ID: E1s1xte-000s0n-R5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix locale options checking in CREATE DATABASE.

Discussion: https://postgr.es/m/4ea13583-7305-40b0-8525-58381533e2b1@eisentraut.org
Reported-by: Peter Eisentraut

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7562a9bd7100702ce7878a17f4aaac1df08a8e09

Modified Files
--------------
src/backend/commands/dbcommands.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-05-01 01:21:40 pgsql: Ensure we allocate NAMEDATALEN bytes for names in Index Only Sca
Previous Message Tom Lane 2024-04-30 19:23:06 pgsql: Disallow converting a table to a view within an outer SQL comman