Fix assertion failure in CREATE DATABASE
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 22 Aug 2022 13:31:50 +0000 (15:31 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 22 Aug 2022 13:38:41 +0000 (15:38 +0200)
commit36f729e2bc3539e777cda698dc441b8ccec42142
tree04a85088e53fc5b4335f43742af68758c85c2803
parente2fe0aedd00eae89e6d00bca5c598d1ac31b266a
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
src/backend/commands/dbcommands.c
src/bin/scripts/t/020_createdb.pl