citusdata / citusdata/test-automation
pg.{set,read}_config rely on having a non-broken version of postgres
Open
usability
- Dominant language
- C
- Stars
- 15
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
So if you, for instance, run:
```
fab pg.set_config:shared_preload_libraries,'citus\,cstore_fdw' pg.restart
```
Without installing cstore first there's no easy way to fix the state you're now in. Running another `pg.set_config` will fail because it uses `ALTER SYSTEM` rather than edit the file directly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.