forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc857298
committed
Allow I/O conversion casts to be applied to or from any type that is a member
of the STRING type category, thereby opening up the mechanism for user-definedtypes. This is mainly for the benefit of citext, though; there aren't likelyto be a lot of types that are all general-purpose character strings.Per discussion with David Wheeler.1 parent7df49ce commitc857298
File tree
4 files changed
+43
-32
lines changed- contrib/citext
- expected
- sql
- doc/src/sgml/ref
- src/backend/parser
4 files changed
+43
-32
lines changedLines changed: 13 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1141 | 1141 |
| |
1142 | 1142 |
| |
1143 | 1143 |
| |
1144 |
| - | |
1145 |
| - | |
1146 |
| - | |
1147 |
| - | |
1148 |
| - | |
1149 |
| - | |
1150 |
| - | |
1151 |
| - | |
1152 |
| - | |
1153 |
| - | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + |
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
326 |
| - | |
327 |
| - | |
328 |
| - | |
| 326 | + | |
| 327 | + | |
| 328 | + |
Lines changed: 22 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
134 | 146 |
| |
135 | 147 |
| |
136 | 148 |
| |
| |||
181 | 193 |
| |
182 | 194 |
| |
183 | 195 |
| |
184 |
| - | |
185 |
| - | |
| 196 | + | |
| 197 | + | |
186 | 198 |
| |
187 | 199 |
| |
188 | 200 |
| |
| |||
218 | 230 |
| |
219 | 231 |
| |
220 | 232 |
| |
221 |
| - | |
| 233 | + | |
222 | 234 |
| |
223 | 235 |
| |
224 | 236 |
| |
| |||
271 | 283 |
| |
272 | 284 |
| |
273 | 285 |
| |
274 |
| - | |
| 286 | + | |
| 287 | + | |
275 | 288 |
| |
276 | 289 |
| |
277 | 290 |
| |
| |||
340 | 353 |
| |
341 | 354 |
| |
342 | 355 |
| |
343 |
| - | |
| 356 | + | |
344 | 357 |
| |
345 | 358 |
| |
346 |
| - | |
| 359 | + | |
347 | 360 |
| |
348 | 361 |
| |
349 | 362 |
| |
350 | 363 |
| |
351 | 364 |
| |
352 |
| - | |
353 | 365 |
| |
354 | 366 |
| |
355 | 367 |
| |
| |||
358 | 370 |
| |
359 | 371 |
| |
360 | 372 |
| |
361 |
| - | |
| 373 | + | |
362 | 374 |
| |
363 | 375 |
| |
364 | 376 |
| |
|
Lines changed: 5 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1796 | 1796 |
| |
1797 | 1797 |
| |
1798 | 1798 |
| |
1799 |
| - | |
1800 |
| - | |
| 1799 | + | |
| 1800 | + | |
1801 | 1801 |
| |
1802 | 1802 |
| |
1803 | 1803 |
| |
| |||
1807 | 1807 |
| |
1808 | 1808 |
| |
1809 | 1809 |
| |
1810 |
| - | |
1811 |
| - | |
1812 |
| - | |
| 1810 | + | |
1813 | 1811 |
| |
1814 | 1812 |
| |
1815 |
| - | |
1816 |
| - | |
1817 |
| - | |
| 1813 | + | |
1818 | 1814 |
| |
1819 | 1815 |
| |
1820 | 1816 |
| |
|
0 commit comments
Comments
(0)