- Notifications
You must be signed in to change notification settings - Fork28
Commit2186b60
committed
Clean up partcollation handling for OID 0.
Consistent with what we do for indexes, we shouldn't try to recorddependencies on collation OID 0 or the default collation OID (whichis pinned). Also, the fact that indcollation and partcollation cancontain zero OIDs when the data type is not collatable should bedocumented.Amit Langote, per a complaint from me.Discussion:http://postgr.es/m/CA+Tgmoba5mtPgM3NKfG06vv8na5gGbVOj0h4zvivXQwLw8wXXQ@mail.gmail.com1 parent0f33ee0 commit2186b60
2 files changed
+12
-5
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3783 | 3783 |
| |
3784 | 3784 |
| |
3785 | 3785 |
| |
3786 |
| - | |
| 3786 | + | |
| 3787 | + | |
3787 | 3788 |
| |
3788 | 3789 |
| |
3789 | 3790 |
| |
| |||
4770 | 4771 |
| |
4771 | 4772 |
| |
4772 | 4773 |
| |
4773 |
| - | |
| 4774 | + | |
| 4775 | + | |
4774 | 4776 |
| |
4775 | 4777 |
| |
4776 | 4778 |
| |
|
Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3160 | 3160 |
| |
3161 | 3161 |
| |
3162 | 3162 |
| |
3163 |
| - | |
3164 |
| - | |
3165 |
| - | |
| 3163 | + | |
| 3164 | + | |
| 3165 | + | |
| 3166 | + | |
| 3167 | + | |
| 3168 | + | |
| 3169 | + | |
| 3170 | + | |
3166 | 3171 |
| |
3167 | 3172 |
| |
3168 | 3173 |
| |
|
0 commit comments
Comments
(0)