Files
steampipe/constants
Tyler Ramer edf8b080d3 Remove hardcoded runtime flags by adding postgresql.conf.d folder
Steampipe hard coded some performance related runtime flags in the
server start configuration. This means they aren't editable after the
binary is compiled.

This commit appends the all flags which were previously not modifyable
to a steampipe.conf file, and adds a postgresql.conf file, which loads
the steampipe.conf and all files in the postgresql.conf.d folder.

Custom settings or overrides of the default values can be set in any
file ending in ".conf" in the postgresql.conf.d folder if the user
chooses to do so afterwords.

The flags which are editable in a steampipe config, such as SSL and log
location (as an extension of data location) remain.

Signed-off-by: Tyler Ramer <tramer@yugabyte.com>
2021-09-02 12:01:16 -04:00
..
2021-08-06 11:10:53 +01:00
2021-01-19 16:46:22 +00:00
2021-08-06 11:10:53 +01:00