- Notifications
You must be signed in to change notification settings - Fork5
Commit3ef16c4
committed
Add some checks on "char"-type columns to type_sanity and opr_sanity.
I noticed that the sanity checks in the regression tests omitted tocheck a couple of "poor man's enum" columns that you'd reasonablyexpect them to check.There are other "char"-type columns in system catalogs that are notcovered by either type_sanity or opr_sanity, e.g. pg_rewrite.ev_type.However, those catalogs are not populated with any manually-createddata during bootstrap, so it seems less necessary to check themthis way.1 parent26d538d commit3ef16c4
File tree
4 files changed
+12
-4
lines changed- src/test/regress
- expected
- sql
4 files changed
+12
-4
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
61 | 63 |
| |
62 | 64 |
| |
63 | 65 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
465 | 465 |
| |
466 | 466 |
| |
467 | 467 |
| |
468 |
| - | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
469 | 471 |
| |
470 | 472 |
| |
471 | 473 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
68 | 70 |
| |
69 | 71 |
| |
70 | 72 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
339 | 339 |
| |
340 | 340 |
| |
341 | 341 |
| |
342 |
| - | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
343 | 345 |
| |
344 | 346 |
| |
345 | 347 |
| |
|
0 commit comments
Comments
(0)