forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4509033
committed
Code review for range-types catalog entries.
Fix assorted infelicities, such as dependency on OIDs that aren'thardwired, as well as outright misdeclaration of daterange_canonical(),which resulted in crashes if you invoked it directly. Add some moreregression tests to try to catch similar mistakes in future.1 parentff4fd4b commit4509033
File tree
11 files changed
+179
-85
lines changed- src
- include/catalog
- test/regress
- expected
- sql
11 files changed
+179
-85
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: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
306 |
| - | |
| 306 | + | |
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
|
Lines changed: 15 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
| 106 | + | |
106 | 107 |
| |
107 | 108 |
| |
108 | 109 |
| |
109 |
| - | |
| 110 | + | |
| 111 | + | |
110 | 112 |
| |
111 | 113 |
| |
112 | 114 |
| |
| |||
116 | 118 |
| |
117 | 119 |
| |
118 | 120 |
| |
119 |
| - | |
| 121 | + | |
| 122 | + | |
120 | 123 |
| |
121 | 124 |
| |
122 | 125 |
| |
| |||
131 | 134 |
| |
132 | 135 |
| |
133 | 136 |
| |
134 |
| - | |
| 137 | + | |
| 138 | + | |
135 | 139 |
| |
136 | 140 |
| |
137 | 141 |
| |
138 | 142 |
| |
139 | 143 |
| |
140 | 144 |
| |
141 | 145 |
| |
142 |
| - | |
| 146 | + | |
| 147 | + | |
143 | 148 |
| |
144 | 149 |
| |
145 | 150 |
| |
146 |
| - | |
| 151 | + | |
| 152 | + | |
147 | 153 |
| |
148 | 154 |
| |
149 | 155 |
| |
150 | 156 |
| |
151 | 157 |
| |
152 | 158 |
| |
153 |
| - | |
| 159 | + | |
| 160 | + | |
154 | 161 |
| |
155 | 162 |
| |
156 | 163 |
| |
|
Lines changed: 20 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1674 | 1674 |
| |
1675 | 1675 |
| |
1676 | 1676 |
| |
1677 |
| - | |
| 1677 | + | |
1678 | 1678 |
| |
1679 |
| - | |
| 1679 | + | |
1680 | 1680 |
| |
1681 |
| - | |
| 1681 | + | |
1682 | 1682 |
| |
1683 |
| - | |
1684 |
| - | |
1685 |
| - | |
1686 |
| - | |
1687 |
| - | |
1688 |
| - | |
1689 |
| - | |
1690 |
| - | |
1691 |
| - | |
1692 |
| - | |
1693 |
| - | |
1694 |
| - | |
1695 |
| - | |
1696 |
| - | |
| 1683 | + | |
| 1684 | + | |
| 1685 | + | |
| 1686 | + | |
| 1687 | + | |
| 1688 | + | |
| 1689 | + | |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
| 1693 | + | |
| 1694 | + | |
| 1695 | + | |
| 1696 | + | |
1697 | 1697 |
| |
1698 | 1698 |
| |
1699 |
| - | |
| 1699 | + | |
1700 | 1700 |
| |
1701 | 1701 |
| |
1702 |
| - | |
| 1702 | + | |
| 1703 | + | |
1703 | 1704 |
| |
1704 | 1705 |
| |
1705 | 1706 |
| |
|
0 commit comments
Comments
(0)