- Notifications
You must be signed in to change notification settings - Fork5
Commit6e243c4
committed
Add test_pg_dump to @contrib_excludes
The test_pg_dump extension doesn't have a C component, so we needto exclude it from the MSVC build system trying to figure out howto build it.Also add a "MODULES" line to the Makefile, as test_extensions has.Might not be necessary, but seems good to keep things consistent.Lastly, remove the 'installcheck' line from test_pg_dump, as thatwas causing redefinition errors, at least on my box. This alsomakes test_pg_dump consistent with how commit_ts is set up.1 parent76ef266 commit6e243c4
2 files changed
+2
-4
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
| |||
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 | 16 |
| |
19 | 17 |
| |
20 | 18 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
0 commit comments
Comments
(0)