- Notifications
You must be signed in to change notification settings - Fork4.9k
Commita2caf18
committed
Fix assertion failure in CREATE DATABASE
An assertion would fail when creating a database with libc localeprovider 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#515a31c5429d6d37ad1d5c9d66962a1e1 parent3725b7f commita2caf18
File tree
2 files changed
+11
-2
lines changed- src
- backend/commands
- bin/scripts/t
2 files changed
+11
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1011 | 1011 |
| |
1012 | 1012 |
| |
1013 | 1013 |
| |
1014 |
| - | |
1015 |
| - | |
1016 | 1014 |
| |
1017 | 1015 |
| |
| 1016 | + | |
| 1017 | + | |
1018 | 1018 |
| |
1019 | 1019 |
| |
1020 | 1020 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
52 | 61 |
| |
53 | 62 |
| |
54 | 63 |
| |
|
0 commit comments
Comments
(0)