Merge branch 'jenkins-build-48' into 'master'
Auto-merge for build 48 See merge request puppet/postgresql_cd!33
This commit is contained in:
@@ -60,6 +60,14 @@
|
||||
listen_addresses = '<%= @pl_listen_address %>'
|
||||
port = <%= @pl_listen_port %>
|
||||
max_connections = <%= @pl_max_conn %>
|
||||
|
||||
# - Shared Library Preloading -
|
||||
<% if @pl_manage_extensions == true -%>
|
||||
shared_preload_libraries = '<%= @pl_reqpackages_extensions %>'
|
||||
<% else -%>
|
||||
# shared_preload_libraries = ''
|
||||
<% end -%>
|
||||
|
||||
#superuser_reserved_connections = 3 # (change requires restart)
|
||||
#unix_socket_directories = '/var/run/postgresql, /tmp' # comma-separated list of directories
|
||||
# (change requires restart)
|
||||
@@ -704,8 +712,6 @@ lc_time = 'en_US.UTF-8' # locale for time formatting
|
||||
# default configuration for text search
|
||||
default_text_search_config = 'pg_catalog.english'
|
||||
|
||||
# - Shared Library Preloading -
|
||||
#shared_preload_libraries = '' # requires restart
|
||||
#local_preload_libraries = ''
|
||||
#session_preload_libraries = ''
|
||||
#jit_provider = 'llvmjit' # JIT library to use
|
||||
|
||||
Reference in New Issue
Block a user