forked fromsorintlab/stolon
- Notifications
You must be signed in to change notification settings - Fork0
Commite85a4b2
committed
*: add InitMode new options for initdb
This patch adds under the cluster spec a new NewConfig field fordefining initialization option that will be passed to initdb.Currently the supported options are for Locale, Encoding andDataChecksums. In future other options like specific locale categoriescould be added.The options aren't validated by stolon so if a wrong one is provided dbinitialization will fail at initdb execution time.1 parentbee6560 commite85a4b2
File tree
5 files changed
+68
-23
lines changed- cmd
- keeper
- sentinel
- doc
- pkg
- cluster
- postgresql
5 files changed
+68
-23
lines changedLines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
966 | 966 |
| |
967 | 967 |
| |
968 | 968 |
| |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
969 | 977 |
| |
970 | 978 |
| |
971 | 979 |
| |
| |||
977 | 985 |
| |
978 | 986 |
| |
979 | 987 |
| |
980 |
| - | |
| 988 | + | |
981 | 989 |
| |
982 | 990 |
| |
983 | 991 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
751 | 751 |
| |
752 | 752 |
| |
753 | 753 |
| |
| 754 | + | |
754 | 755 |
| |
755 | 756 |
| |
756 | 757 |
| |
|
0 commit comments
Comments
(0)