troubleshooting
This commit is contained in:
@@ -60,6 +60,14 @@
|
|||||||
listen_addresses = '<%= @pl_listen_address %>'
|
listen_addresses = '<%= @pl_listen_address %>'
|
||||||
port = <%= @pl_listen_port %>
|
port = <%= @pl_listen_port %>
|
||||||
max_connections = <%= @pl_max_conn %>
|
max_connections = <%= @pl_max_conn %>
|
||||||
|
|
||||||
|
<% if @pl_manage_extensions == true -%>
|
||||||
|
shared_preload_libraries = '<%= @pl_reqpackages_extensions %>'
|
||||||
|
<% else -%>
|
||||||
|
# shared_preload_libraries = ''
|
||||||
|
<% end -%>
|
||||||
|
|
||||||
|
|
||||||
#superuser_reserved_connections = 3 # (change requires restart)
|
#superuser_reserved_connections = 3 # (change requires restart)
|
||||||
#unix_socket_directories = '/var/run/postgresql, /tmp' # comma-separated list of directories
|
#unix_socket_directories = '/var/run/postgresql, /tmp' # comma-separated list of directories
|
||||||
# (change requires restart)
|
# (change requires restart)
|
||||||
@@ -708,7 +716,7 @@ default_text_search_config = 'pg_catalog.english'
|
|||||||
#shared_preload_libraries = '' # requires restart
|
#shared_preload_libraries = '' # requires restart
|
||||||
|
|
||||||
<% if @pl_manage_extensions == true -%>
|
<% if @pl_manage_extensions == true -%>
|
||||||
shared_preload_libraries = <%= @pl_reqpackages_extensions %>
|
shared_preload_libraries = '<%= @pl_reqpackages_extensions %>'
|
||||||
<% else -%>
|
<% else -%>
|
||||||
# shared_preload_libraries = ''
|
# shared_preload_libraries = ''
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|||||||
Reference in New Issue
Block a user