|
190 | 190 | "autovacuum_max_workers", "autovacuum_multixact_freeze_max_age", "bonjour",
|
191 | 191 | "bonjour_name", "cluster_name", "config_file", "data_directory",
|
192 | 192 | "data_sync_retry", "dynamic_shared_memory_type", "event_source",
|
193 |
| - "external_pid_file", "hba_file", "hot_standby", "huge_pages", "ident_file", |
194 |
| - "jit_provider", "listen_addresses", "logging_collector", "max_connections", |
| 193 | + "external_pid_file", "hba_file", "hot_standby", "huge_pages", "huge_page_size", |
| 194 | + "ident_file", "ignore_invalid_pages", "jit_provider", |
| 195 | + "listen_addresses", "logging_collector", "max_connections", |
195 | 196 | "max_files_per_process", "max_locks_per_transaction",
|
196 | 197 | "max_logical_replication_workers", "max_pred_locks_per_transaction",
|
197 | 198 | "max_prepared_transactions", "max_replication_slots", "max_wal_senders",
|
198 |
| - "max_worker_processes", "old_snapshot_threshold", "pg_stat_statements.max", |
199 |
| - "port", "primary_conninfo", "primary_slot_name", "recovery_target", |
| 199 | + "max_worker_processes", "min_dynamic_shared_memory", "old_snapshot_threshold", |
| 200 | + "pg_stat_statements.max", "port", "primary_conninfo", "primary_slot_name", "recovery_target", |
200 | 201 | "recovery_target_action", "recovery_target_inclusive",
|
201 | 202 | "recovery_target_lsn", "recovery_target_name", "recovery_target_time",
|
202 | 203 | "recovery_target_timeline", "recovery_target_xid", "restore_command",
|
203 |
| - "shared_buffers", "shared_memory_type") |
| 204 | + "shared_buffers", "shared_memory_type", "shared_preload_libraries", |
| 205 | + "superuser_reserved_connections", "track_activity_query_size", |
| 206 | + "track_commit_timestamp", "unix_socket_directories", "unix_socket_group", |
| 207 | + "unix_socket_permissions", "wal_buffers", "wal_level", "wal_log_hints") |
| 208 | + |
204 | 209 |
|
205 | 210 | POSTGRESQL_PAUSE = "pause"
|
206 | 211 | POSTGRESQL_RESUME = "resume"
|
|
0 commit comments