Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7562a9b

Browse files
committed
Fix locale options checking in CREATE DATABASE.
Discussion:https://postgr.es/m/4ea13583-7305-40b0-8525-58381533e2b1@eisentraut.orgReported-by: Peter Eisentraut
1 parentd12b4ba commit7562a9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/backend/commands/dbcommands.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,8 @@ createdb(ParseState *pstate, const CreatedbStmt *stmt)
10731073
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION),
10741074
errmsg("BUILTIN_LOCALE cannot be specified unless locale provider is builtin")));
10751075
}
1076-
elseif (dblocprovider!=COLLPROVIDER_ICU)
1076+
1077+
if (dblocprovider!=COLLPROVIDER_ICU)
10771078
{
10781079
if (diculocale)
10791080
ereport(ERROR,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp