- Notifications
You must be signed in to change notification settings - Fork5
Commite3f9c16
committed
Fix bogus commutator/negator links for JSONB containment operators.
<@ and @> are each other's commutators, but they were incorrectly markedas being each other's negators instead. (This was actually questionedin a comment in the original commit, but nobody followed through :-(.)Per bug #11178 from Christian Pronovost.In passing, fix some JSONB operator descriptions that were randomlydifferent from the phrasing of every other similar description.catversion bump for pg_catalog contents change.1 parent9ee9ca5 commite3f9c16
2 files changed
+6
-7
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: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1792 | 1792 |
| |
1793 | 1793 |
| |
1794 | 1794 |
| |
1795 |
| - | |
| 1795 | + | |
1796 | 1796 |
| |
1797 |
| - | |
1798 |
| - | |
1799 |
| - | |
| 1797 | + | |
| 1798 | + | |
1800 | 1799 |
| |
1801 | 1800 |
| |
1802 | 1801 |
| |
1803 | 1802 |
| |
1804 | 1803 |
| |
1805 | 1804 |
| |
1806 | 1805 |
| |
1807 |
| - | |
1808 |
| - | |
| 1806 | + | |
| 1807 | + | |
1809 | 1808 |
| |
1810 | 1809 |
| |
1811 | 1810 |
| |
|
0 commit comments
Comments
(0)