postgres-operator/pkg
Oleksii Kliukin 6b2f5071f7 Special case for search_path in user options.
- search_path accepts a list of values that cannot be quoted, as
  quoting would make PostgreSQL interpret the result as a single
  value. Since we require quoting of values with commas in the
  operator's configMap in order to avoid confusing them with the
  separate map entities, we need to strip those quotes before
  passing the value to PostgreSQL.
- make ftm run
2017-11-22 10:43:35 +01:00
..
apiserver return idle status when worker has nothing to do 2017-10-11 15:42:20 +02:00
cluster go fmt run 2017-11-22 10:43:35 +01:00
controller use sync methods while updating the cluster 2017-11-03 12:00:43 +01:00
spec go fmt run 2017-11-22 10:43:35 +01:00
util Special case for search_path in user options. 2017-11-22 10:43:35 +01:00