We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7bfe4 commit c401d30Copy full SHA for c401d30
internal/patroni/postgres.go
@@ -12,7 +12,7 @@ import (
12
"github.com/crunchydata/postgres-operator/pkg/apis/postgres-operator.crunchydata.com/v1beta1"
13
)
14
15
-// PostgresParameters returns the parameters specified in spec, if any.
+// PostgresParameters returns the Postgres parameters in spec, if any.
16
func PostgresParameters(spec *v1beta1.PatroniSpec) *postgres.ParameterSet {
17
result := postgres.NewParameterSet()
18
0 commit comments