forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit865b52a
committed
Improve ICU option handling in CREATE DATABASE
We check that the ICU locale is only specified if the ICU localeprovider is selected. But we did that too early. We need to waituntil we load the settings of the template database, since that couldalso set what the locale provider is.Reported-by: Marina Polyakova <m.polyakova@postgrespro.ru>Discussion:https://www.postgresql.org/message-id/9ba4cd1ea6ed6b7b15c0ff15e6f540cd@postgrespro.ru1 parentab7032b commit865b52a
File tree
2 files changed
+11
-4
lines changed- src
- backend/commands
- bin/scripts/t
2 files changed
+11
-4
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
907 | 907 |
| |
908 | 908 |
| |
909 | 909 |
| |
910 |
| - | |
911 |
| - | |
912 |
| - | |
913 |
| - | |
914 | 910 |
| |
915 | 911 |
| |
916 | 912 |
| |
| |||
1050 | 1046 |
| |
1051 | 1047 |
| |
1052 | 1048 |
| |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
1053 | 1056 |
| |
1054 | 1057 |
| |
1055 | 1058 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
74 | 78 |
| |
75 | 79 |
| |
76 | 80 |
| |
|
0 commit comments
Comments
(0)