forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc5111ea
committed
Remove no-longer-needed phony typedefs in genbki.h.
Now that we have a policy of hiding varlena catalog fields behind"#ifdef CATALOG_VARLEN", there is no need for their type names to beacceptable to the C compiler. And experimentation shows that it doesnot matter to pgindent either. (If it did, we'd have problems anyway,since these typedefs are unreferenced so far as the C compiler isconcerned, and find_typedef fails to identify such typedefs.)Hence, remove the phony typedefs that genbki.h provided to makesome varlena field definitions compilable.In passing, rearrange #define's into what seemed a more logical order.1 parentf9e0255 commitc5111ea
1 file changed
+7
-11
lines changedLines changed: 7 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
25 | 32 |
| |
26 | 33 |
| |
27 | 34 |
| |
| |||
32 | 39 |
| |
33 | 40 |
| |
34 | 41 |
| |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 | 48 |
|
0 commit comments
Comments
(0)