forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbb7e5dc
committed
Tweak TypeCategory to treat new BIT types as of STRING category, rather
than not knowing what they are at all. Perhaps they should have their owntype category? Hard to say. In the meantime, doing it this way allowsSELECT 'unknown' || 'unknown' to continue being resolved as textcat,instead of spitting out an ambiguous-operator error.1 parentb64e768 commitbb7e5dc
1 file changed
+14
-1
lines changedLines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
334 | 347 |
| |
335 | 348 |
| |
336 | 349 |
| |
|
0 commit comments
Comments
(0)