- Notifications
You must be signed in to change notification settings - Fork5
Commitb916cc4
committed
Cause standalone backend (including bootstrap case) to read the GUC
config file if it exists. This was already discussed as being a goodidea, and now seems the cleanest way to deal with initdb-time failureson machines with small SHMMAX. (The submitted patches instead modifiedinitdb.sh to pass the correct sizing parameters, but that would stillleave standalone backends prone to failure later. An admin who needsto use a standalone backend has enough trouble already, he shouldn'thave to manually configure its shmem settings...)1 parentd70610c commitb916cc4
2 files changed
+17
-5
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
| 371 | + | |
| 372 | + | |
| 373 | + | |
371 | 374 |
| |
372 |
| - | |
| 375 | + | |
373 | 376 |
| |
| 377 | + | |
| 378 | + | |
| 379 | + | |
374 | 380 |
| |
375 | 381 |
| |
376 | 382 |
| |
|
Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
2490 | 2490 |
| |
2491 | 2491 |
| |
2492 | 2492 |
| |
| 2493 | + | |
| 2494 | + | |
| 2495 | + | |
2493 | 2496 |
| |
2494 |
| - | |
| 2497 | + | |
2495 | 2498 |
| |
| 2499 | + | |
| 2500 | + | |
| 2501 | + | |
2496 | 2502 |
| |
2497 | 2503 |
| |
2498 | 2504 |
| |
| |||
2651 | 2657 |
| |
2652 | 2658 |
| |
2653 | 2659 |
| |
2654 |
| - | |
| 2660 | + | |
2655 | 2661 |
| |
2656 | 2662 |
| |
2657 | 2663 |
| |
|
0 commit comments
Comments
(0)