forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1eb3a09
committed
Make Catalog.pm's representation of toast and index decls more abstract.
Instead of immediately constructing the string we need to emit into the.BKI file, preserve the items we extracted from the header file in a hash.This eases using the info for other purposes.John Naylor (with cosmetic adjustments by me)Discussion:https://postgr.es/m/37D774E4-FE1F-437E-B3D2-593F314B7505@postgrespro.ru1 parentdc1057f commit1eb3a09
File tree
3 files changed
+23
-22
lines changed- src
- backend/catalog
- include/catalog
3 files changed
+23
-22
lines changedLines changed: 5 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
90 | 89 |
| |
91 |
| - | |
| 90 | + | |
92 | 91 |
| |
93 | 92 |
| |
94 | 93 |
| |
95 |
| - | |
96 |
| - | |
97 | 94 |
| |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
106 | 99 |
| |
107 | 100 |
| |
108 | 101 |
| |
|
Lines changed: 18 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
76 |
| - | |
| 75 | + | |
77 | 76 |
| |
78 | 77 |
| |
79 | 78 |
| |
| |||
95 | 94 |
| |
96 | 95 |
| |
97 | 96 |
| |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
104 | 106 |
| |
105 |
| - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
106 | 111 |
| |
107 |
| - | |
| 112 | + | |
108 | 113 |
| |
109 |
| - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
110 | 119 |
| |
111 | 120 |
| |
112 | 121 |
| |
| |||
467 | 476 |
| |
468 | 477 |
| |
469 | 478 |
| |
| 479 | + | |
| 480 | + | |
| 481 | + | |
470 | 482 |
| |
471 | 483 |
| |
472 | 484 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 | 50 |
| |
52 | 51 |
| |
53 | 52 |
| |
| |||
361 | 360 |
| |
362 | 361 |
| |
363 | 362 |
| |
364 |
| - | |
365 |
| - | |
366 |
| - | |
367 | 363 |
|
0 commit comments
Comments
(0)