forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit33d74c5
committed
Make the includes field an array in MSVC build scripts
Previously the 'includes' field was a string. It's slightly nicer tomanage this when it's defined as an array instead. This allows us tomore easily detect and eliminate duplicates.Reviewed-by: Álvaro Herrera, Andrew Dunstan, Dagfinn Ilmari MannsåkerDiscussion:https://postgr.es/m/CAApHDvpo6g5csCTjc_0C7DMvgFPomVb0Rh-AcW5afd=Ya=LRuw@mail.gmail.com1 parenta00c138 commit33d74c5
3 files changed
+11
-12
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
316 |
| - | |
317 |
| - | |
318 |
| - | |
319 |
| - | |
320 |
| - | |
| 316 | + | |
| 317 | + | |
321 | 318 |
| |
322 | 319 |
| |
323 | 320 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
937 | 937 |
| |
938 | 938 |
| |
939 | 939 |
| |
940 |
| - | |
| 940 | + | |
941 | 941 |
| |
942 | 942 |
| |
943 | 943 |
| |
| |||
947 | 947 |
| |
948 | 948 |
| |
949 | 949 |
| |
950 |
| - | |
| 950 | + | |
951 | 951 |
| |
952 | 952 |
| |
953 | 953 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 |
| - | |
| 154 | + | |
155 | 155 |
| |
156 |
| - | |
| 156 | + | |
157 | 157 |
| |
158 |
| - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
159 | 162 |
| |
160 |
| - | |
161 | 163 |
| |
162 | 164 |
| |
163 | 165 |
| |
|
0 commit comments
Comments
(0)