- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit3725b7f
committed
pg_upgrade: Fix thinko in database info acquisition routine
When checking whether the major version supports per-database localeproviders, it was always looking at the version of the old clusterinstead of the cluster that was passed in. This would lead tofailures to detect locale provider mismatches.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 parent254d79f commit3725b7f
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
319 | 319 |
| |
320 | 320 |
| |
321 | 321 |
| |
322 |
| - | |
| 322 | + | |
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
|
0 commit comments
Comments
(0)