Splitting postgresql.conf into two separate configuration files
requested to merge 2193-prevent-gitlab-ctl-reconfigure-to-restart-services-automagically into master
- postgresql.conf should only contain settings which require a full restart to take effect
- runtime.conf will contain settings that only require a reload
- chef postgresql.rb recipe will now reload postgresql on template changes instead of restart.
Closes #2193 (closed)
Edited by GitLab Release Tools Bot