forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3e51b27
committed
Add "-c name=value" switch to initdb.
This option, or its long form --set, sets the GUC "name" to "value".The setting applies in the bootstrap and standalone servers run byinitdb, and is also written into the generated postgresql.conf.This can save an extra editing step when creating a new cluster,but the real use-case is for coping with situations where thebootstrap server fails to start due to environmental issues;for example, if it's necessary to force huge_pages to off.Discussion:https://postgr.es/m/2844176.1674681919@sss.pgh.pa.us1 parent5df319f commit3e51b27
File tree
3 files changed
+385
-117
lines changed- doc/src/sgml/ref
- src/bin/initdb
- t
3 files changed
+385
-117
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
464 | 464 |
| |
465 | 465 |
| |
466 | 466 |
| |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
467 | 484 |
| |
468 | 485 |
| |
469 | 486 |
| |
|
0 commit comments
Comments
(0)