pgsql: Fix assertion failure in CREATE DATABASE - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix assertion failure in CREATE DATABASE
Date
Msg-id E1oQ7hP-000hfg-HT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix assertion failure in CREATE DATABASE

An assertion would fail when creating a database with libc locale
provider from a template database with icu locale provider.

Reported-by: Marina Polyakova <m.polyakova@postgrespro.ru>
Reviewed-by: Julien Rouhaud <rjuju123@gmail.com>
Discussion:
https://www.postgresql.org/message-id/flat/f385ba25e7f8be427b8c582e5cca7d79%40postgrespro.ru#515a31c5429d6d37ad1d5c9d66962a1e

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a2caf182a2edcee7b1c00036b7dba6762941473c

Modified Files
--------------
src/backend/commands/dbcommands.c | 4 ++--
src/bin/scripts/t/020_createdb.pl | 9 +++++++++
2 files changed, 11 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Minor wordsmithing to COPY docs
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Refer to replication origin roident as "ID" in user facing messa