- Notifications
You must be signed in to change notification settings - Fork5
Commitfe5e3fc
committed
Repair damage done by citext--1.1--1.2.sql.
That script is incorrect in that it sets the combine function formax(citext) twice instead of setting the combine function formax(citext) once and the combine functon for min(citext) once. Theconsequence is that if you install 1.0 or 1.1 and then update to 1.2,you end up with min(citext) not having a combine function, contrary towhat was intended. If you install 1.2 directly, you're OK.Fix things up by defining a new 1.3 version. Upgrading from 1.2 to1.3 won't change anything for people who first installed the 1.2version, but people upgrading from 1.0 or 1.1 will get the rightcatalog contents once they reach 1.3.Report and patch by David Rowley, reviewed by Andreas Karlsson.1 parent4452000 commitfe5e3fc
File tree
4 files changed
+10
-3
lines changed- contrib/citext
4 files changed
+10
-3
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
|
0 commit comments
Comments
(0)