forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8a21211
committed
Remove the option to build thread_test.c outside configure.
Theoretically one could go into src/test/thread and build/run thisprogram there. In practice, that hasn't worked since96bf88d,and probably much longer on some platforms (likely including justthe sort of hoary leftovers where this test might be of interest).While it wouldn't be too hard to repair the breakage, the fact thatnobody has noticed for two years shows that there is zero usefulnessin maintaining this build pathway. Let's get rid of it and decreethat thread_test.c is *only* meant to be built/used in configure.Given that decision, it makes sense to put thread_test.c under config/and get rid of src/test/thread altogether, so that's what I did.In passing, update src/test/README, which had been ignored by somenot-so-recent additions of subdirectories.Discussion:https://postgr.es/m/227659.1603041612@sss.pgh.pa.us1 parent555eb1a commit8a21211
File tree
10 files changed
+20
-128
lines changed- config
- src
- port
- test
- thread
10 files changed
+20
-128
lines changedLines changed: 4 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
| 23 | + | |
29 | 24 |
| |
30 | 25 |
| |
31 | 26 |
| |
| |||
36 | 31 |
| |
37 | 32 |
| |
38 | 33 |
| |
| 34 | + | |
39 | 35 |
| |
40 | 36 |
| |
41 | 37 |
| |
| |||
47 | 43 |
| |
48 | 44 |
| |
49 | 45 |
| |
50 |
| - | |
51 | 46 |
| |
52 | 47 |
| |
53 | 48 |
| |
54 | 49 |
| |
55 | 50 |
| |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 | 51 |
| |
70 | 52 |
| |
71 | 53 |
| |
| |||
119 | 101 |
| |
120 | 102 |
| |
121 | 103 |
| |
122 |
| - | |
123 | 104 |
| |
124 | 105 |
| |
125 | 106 |
| |
126 |
| - | |
127 | 107 |
| |
128 | 108 |
| |
129 | 109 |
| |
| |||
455 | 435 |
| |
456 | 436 |
| |
457 | 437 |
| |
458 |
| - | |
459 |
| - |
Lines changed: 4 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18992 | 18992 |
| |
18993 | 18993 |
| |
18994 | 18994 |
| |
18995 |
| - | |
| 18995 | + | |
18996 | 18996 |
| |
18997 | 18997 |
| |
18998 | 18998 |
| |
18999 | 18999 |
| |
19000 | 19000 |
| |
19001 | 19001 |
| |
19002 |
| - | |
19003 | 19002 |
| |
19004 | 19003 |
| |
19005 | 19004 |
| |
19006 |
| - | |
19007 | 19005 |
| |
19008 | 19006 |
| |
19009 | 19007 |
| |
19010 | 19008 |
| |
19011 |
| - | |
| 19009 | + | |
19012 | 19010 |
| |
19013 | 19011 |
| |
19014 | 19012 |
| |
| |||
19017 | 19015 |
| |
19018 | 19016 |
| |
19019 | 19017 |
| |
19020 |
| - | |
19021 |
| - | |
19022 |
| - | |
| 19018 | + | |
| 19019 | + | |
19023 | 19020 |
| |
19024 | 19021 |
| |
19025 | 19022 |
| |
|
Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2295 | 2295 |
| |
2296 | 2296 |
| |
2297 | 2297 |
| |
2298 |
| - | |
| 2298 | + | |
2299 | 2299 |
| |
2300 | 2300 |
| |
2301 |
| - | |
| 2301 | + | |
2302 | 2302 |
| |
2303 | 2303 |
| |
2304 | 2304 |
| |
2305 |
| - | |
2306 |
| - | |
2307 |
| - | |
| 2305 | + | |
| 2306 | + | |
2308 | 2307 |
| |
2309 | 2308 |
| |
2310 | 2309 |
| |
2311 |
| - | |
2312 | 2310 |
| |
2313 | 2311 |
| |
2314 | 2312 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
70 | 69 |
| |
71 | 70 |
| |
72 | 71 |
| |
73 | 72 |
| |
74 | 73 |
| |
75 |
| - | |
76 | 74 |
| |
77 | 75 |
| |
78 | 76 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 | 50 |
| |
54 | 51 |
| |
55 | 52 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
Lines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
21 | 27 |
| |
22 | 28 |
| |
23 | 29 |
| |
| |||
42 | 48 |
| |
43 | 49 |
| |
44 | 50 |
| |
45 |
| - | |
46 |
| - | |
47 |
| - | |
|
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 0 additions & 54 deletions
This file was deleted.
0 commit comments
Comments
(0)