timescale / timescaledb-docker-ha

Create Docker images containing TimescaleDB, Patroni to be used by developers and Kubernetes.
Apache License 2.0
168 stars 45 forks source link

Strip spaces around equals sign in pgrx config #504

Open syvb opened 4 days ago

syvb commented 4 days ago

Newer cargo pgrx init can generate TOML files with spaces around the equals sign, but Toolkit can't handle that until we release https://github.com/timescale/timescaledb-toolkit/pull/833. This PR works around that by removing spaces around the equals sign in the generated TOML file.