- Notifications
You must be signed in to change notification settings - Fork5
Commite012e78
committed
Fix two src/test/modules Makefiles
commit_ts and test_pg_dump were declaring targets before including thePGXS stanza, which meant that the "all" target customarily defined asthe first (and therefore default target) was not the default anymore.Fix that by moving those target definitions to after PGXS.commit_ts was initially good, but I broke it in commit9def031;test_pg_dump was born broken, probably copying from commit_ts' mistake.In passing, fix a comment mistake in test_pg_dump/Makefile.Backpatch to 9.6.Noted by Tom Lane.1 parent31eb145 commite012e78
2 files changed
+11
-11
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 | 6 |
| |
12 | 7 |
| |
13 | 8 |
| |
| |||
18 | 13 |
| |
19 | 14 |
| |
20 | 15 |
| |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + |
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 | 11 |
| |
17 | 12 |
| |
18 | 13 |
| |
| |||
23 | 18 |
| |
24 | 19 |
| |
25 | 20 |
| |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + |
0 commit comments
Comments
(0)