forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit382a821
committed
Allow NULL version for individual collations.
Remove the documented restriction that collation providers must eitherreturn NULL for all collations or non-NULL for all collations.Use NULL for glibc collations like "C.UTF-8", which might otherwise leadfuture proposed commits to force unnecessary index rebuilds.Reviewed-by: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>Discussion:https://postgr.es/m/CA%2BhUKGJvqup3s%2BJowVTcacZADO6dOhfdBmvOPHLS3KXUJu41Jw%40mail.gmail.com1 parentdd8e191 commit382a821
1 file changed
+17
-4
lines changedLines changed: 17 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1505 | 1505 |
| |
1506 | 1506 |
| |
1507 | 1507 |
| |
1508 |
| - | |
1509 |
| - | |
1510 |
| - | |
1511 |
| - | |
1512 | 1508 |
| |
1513 | 1509 |
| |
1514 | 1510 |
| |
| |||
1540 | 1536 |
| |
1541 | 1537 |
| |
1542 | 1538 |
| |
| 1539 | + | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
| 1545 | + | |
| 1546 | + | |
| 1547 | + | |
| 1548 | + | |
| 1549 | + | |
| 1550 | + | |
| 1551 | + | |
| 1552 | + | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
1543 | 1556 |
| |
1544 | 1557 |
| |
1545 | 1558 |
| |
|
0 commit comments
Comments
(0)