forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit55f3d10
committed
Remove unreferenced pg_opfamily entry.
The entry with OID 4035, for GIST jsonb_ops, is unused; apparentlyit was added in preparation for index support that never materialized.Remove it, and add a regression test case to detect future mistakesof the same kind.Discussion:https://postgr.es/m/17188.1541379745@sss.pgh.pa.us1 parent1eaeb02 commit55f3d10
File tree
4 files changed
+19
-3
lines changed- src
- include/catalog
- test/regress
- expected
- sql
4 files changed
+19
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
175 |
| - | |
176 |
| - | |
177 | 175 |
| |
178 | 176 |
| |
179 | 177 |
| |
|
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1686 | 1686 |
| |
1687 | 1687 |
| |
1688 | 1688 |
| |
| 1689 | + | |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
| 1693 | + | |
| 1694 | + | |
| 1695 | + | |
| 1696 | + | |
| 1697 | + | |
| 1698 | + | |
1689 | 1699 |
| |
1690 | 1700 |
| |
1691 | 1701 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1122 | 1122 |
| |
1123 | 1123 |
| |
1124 | 1124 |
| |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
1125 | 1133 |
| |
1126 | 1134 |
| |
1127 | 1135 |
| |
|
0 commit comments
Comments
(0)