Skip to content

Commit 4ff7a45

Browse files
committed
Add builtin role pg_signal_autovacuum_worker
which was introduced in PostgreSQL-18
1 parent 516df77 commit 4ff7a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pg_ldap_sync/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def search_ldap_groups
167167
PgRole = Struct.new :name, :member_names
168168

169169
# List of default roles taken from https://www.postgresql.org/docs/current/predefined-roles.html
170-
PG_BUILTIN_ROLES = %w[pg_read_all_data pg_write_all_data pg_read_all_settings pg_read_all_stats pg_stat_scan_tables pg_monitor pg_database_owner pg_signal_backend pg_read_server_files pg_write_server_files pg_execute_server_program pg_checkpoint pg_create_subscription pg_maintain pg_use_reserved_connections]
170+
PG_BUILTIN_ROLES = %w[pg_read_all_data pg_write_all_data pg_read_all_settings pg_read_all_stats pg_stat_scan_tables pg_monitor pg_database_owner pg_signal_backend pg_read_server_files pg_write_server_files pg_execute_server_program pg_checkpoint pg_create_subscription pg_maintain pg_use_reserved_connections pg_signal_autovacuum_worker]
171171

172172
def search_pg_users
173173
pg_users_conf = @config[:pg_users]

0 commit comments

Comments
 (0)