forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1cc7e40
committed
yesterday I had a problem with initdb. I set bad environment values
and initdb crashs (I set pglib path to PG 6.5.3 directory instead to7.0 and initdb take this BKI old templates ... (initdb not checkBKI version and BKI files not has any version comments (TODO?)) This patch add to the initdb --show option which show setting of allinitdb's values. It spare developers time if in setting is bug. Karel----------------------------------------------------------------------Karel Zak <zakkr@zf.jcu.cz>http://home.zf.jcu.cz/~zakkr/1 parent394af52 commit1cc7e40
1 file changed
+32
-4
lines changedLines changed: 32 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
| 151 | + | |
| 152 | + | |
| 153 | + | |
151 | 154 |
| |
152 | 155 |
| |
153 | 156 |
| |
| |||
227 | 230 |
| |
228 | 231 |
| |
229 | 232 |
| |
230 |
| - | |
| 233 | + | |
231 | 234 |
| |
232 | 235 |
| |
233 | 236 |
| |
234 | 237 |
| |
235 | 238 |
| |
236 | 239 |
| |
| 240 | + | |
237 | 241 |
| |
238 |
| - | |
| 242 | + | |
239 | 243 |
| |
240 | 244 |
| |
241 | 245 |
| |
| |||
320 | 324 |
| |
321 | 325 |
| |
322 | 326 |
| |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
323 | 351 |
| |
324 | 352 |
| |
325 | 353 |
| |
|
0 commit comments
Comments
(0)