postgres-operator/pkg/cluster
Dmitry Dolgov 6a689cdc1c
Prevent empty syncs (#922)
There is a possibility to pass nil as one of the specs and an empty spec
into syncConnectionPooler. In this case it will perfom a syncronization
because nil != empty struct. Avoid such cases and make it testable by
returning list of syncronization reasons on top together with the final
error.
2020-04-16 15:14:31 +02:00
..
cluster.go Prevent empty syncs (#922) 2020-04-16 15:14:31 +02:00
cluster_test.go Prevent superuser from being a connection pool user (#906) 2020-04-09 09:21:45 +02:00
database.go Call me pooler, not pool (#883) 2020-04-01 10:34:03 +02:00
exec.go Move operator to go 1.14 (#882) 2020-03-30 15:50:17 +02:00
filesystems.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
k8sres.go make tls pr798 use additionalVolumes capability from pr736 (#920) 2020-04-15 15:24:55 +02:00
k8sres_test.go make tls pr798 use additionalVolumes capability from pr736 (#920) 2020-04-15 15:24:55 +02:00
pod.go Move operator to go 1.14 (#882) 2020-03-30 15:50:17 +02:00
resources.go Prevent superuser from being a connection pool user (#906) 2020-04-09 09:21:45 +02:00
resources_test.go Call me pooler, not pool (#883) 2020-04-01 10:34:03 +02:00
sync.go Prevent empty syncs (#922) 2020-04-16 15:14:31 +02:00
sync_test.go Prevent empty syncs (#922) 2020-04-16 15:14:31 +02:00
types.go Prevent empty syncs (#922) 2020-04-16 15:14:31 +02:00
util.go kubernetes_use_configmap (#887) 2020-04-02 13:20:45 +02:00
volumes.go Move operator to go 1.14 (#882) 2020-03-30 15:50:17 +02:00