forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb106195
committed
Rewrite installation makefile rules without for loops
install-sh can install multiple files at once, so for loops are notnecessary. This was already changed for the rest of the code sometime ago, but pgxs.mk was apparently forgotten, and the obsoletecoding style has now been copied to the PLs as well.This also fixes the problem that the for loops in question did notcatch errors.1 parent83b7584 commitb106195
File tree
5 files changed
+11
-44
lines changed- src
- makefiles
- pl
- plperl
- plpgsql/src
- plpython
- tcl
5 files changed
+11
-44
lines changedLines changed: 7 additions & 28 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
| 106 | + | |
110 | 107 |
| |
111 | 108 |
| |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
| 109 | + | |
116 | 110 |
| |
117 | 111 |
| |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
| 112 | + | |
122 | 113 |
| |
123 | 114 |
| |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
| 115 | + | |
128 | 116 |
| |
129 | 117 |
| |
130 | 118 |
| |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
| 119 | + | |
135 | 120 |
| |
136 | 121 |
| |
137 | 122 |
| |
138 | 123 |
| |
139 | 124 |
| |
140 | 125 |
| |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
| 126 | + | |
145 | 127 |
| |
146 | 128 |
| |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
| 129 | + | |
151 | 130 |
| |
152 | 131 |
| |
153 | 132 |
| |
|
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
| 85 | + | |
89 | 86 |
| |
90 | 87 |
| |
91 | 88 |
| |
|
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
| 38 | + | |
42 | 39 |
| |
43 | 40 |
| |
44 | 41 |
| |
|
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
| 117 | + | |
121 | 118 |
| |
122 | 119 |
| |
123 | 120 |
| |
|
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
| 68 | + | |
72 | 69 |
| |
73 | 70 |
| |
74 | 71 |
| |
|
0 commit comments
Comments
(0)