--- /srv/rebuilderd/tmp/rebuilderdsK4JvH/inputs/patroni-doc_4.1.3-2_all.deb
+++ /srv/rebuilderd/tmp/rebuilderdsK4JvH/out/patroni-doc_4.1.3-2_all.deb
├── file list
│ @@ -1,3 +1,3 @@
│ -rw-r--r-- 0 0 0 4 2026-05-07 14:11:50.000000 debian-binary
│ -rw-r--r-- 0 0 0 5636 2026-05-07 14:11:50.000000 control.tar.xz
│ --rw-r--r-- 0 0 0 575924 2026-05-07 14:11:50.000000 data.tar.xz
│ +-rw-r--r-- 0 0 0 575964 2026-05-07 14:11:50.000000 data.tar.xz
├── control.tar.xz
│ ├── control.tar
│ │ ├── ./md5sums
│ │ │ ├── ./md5sums
│ │ │ │┄ Files differ
├── data.tar.xz
│ ├── data.tar
│ │ ├── ./usr/share/doc/patroni/html/modules/patroni.config.html
│ │ │ @@ -151,15 +151,15 @@
│ │ │
│ │ │ -
│ │ │ __CACHE_FILENAME = 'patroni.dynamic.json'
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ -__DEFAULT_CONFIG: Dict[str, Any] = {'loop_wait': 10, 'postgresql': {'parameters': <CaseInsensitiveDict{'wal_level': 'hot_standby', 'hot_standby': 'on', 'max_connections': 100, 'max_wal_senders': 10, 'max_prepared_transactions': 0, 'max_locks_per_transaction': 64, 'track_commit_timestamp': 'off', 'max_replication_slots': 10, 'max_worker_processes': 8, 'wal_log_hints': 'on'} at 7f00531b0c30>, 'use_slots': True}, 'retry_timeout': 10, 'standby_cluster': {'archive_cleanup_command': '', 'create_replica_methods': '', 'host': '', 'port': '', 'primary_slot_name': '', 'recovery_min_apply_delay': '', 'restore_command': ''}, 'ttl': 30}
│ │ │ +__DEFAULT_CONFIG: Dict[str, Any] = {'loop_wait': 10, 'postgresql': {'parameters': <CaseInsensitiveDict{'wal_level': 'hot_standby', 'hot_standby': 'on', 'max_connections': 100, 'max_wal_senders': 10, 'max_prepared_transactions': 0, 'max_locks_per_transaction': 64, 'track_commit_timestamp': 'off', 'max_replication_slots': 10, 'max_worker_processes': 8, 'wal_log_hints': 'on'} at 7fd94b504c30>, 'use_slots': True}, 'retry_timeout': 10, 'standby_cluster': {'archive_cleanup_command': '', 'create_replica_methods': '', 'host': '', 'port': '', 'primary_slot_name': '', 'recovery_min_apply_delay': '', 'restore_command': ''}, 'ttl': 30}
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ __get_and_maybe_adjust_int_value(config: Dict[str, Any], param: str, min_value: int) → int
│ │ │ Get, validate and maybe adjust a param integer value from the config dict.
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -69,15 +69,15 @@
│ │ │ │ PATRONI_CONFIG_VARIABLE = 'PATRONI_CONFIGURATION'_
│ │ │ │ __CACHE_FILENAME = 'patroni.dynamic.json'_
│ │ │ │ __DEFAULT_CONFIG: _D_i_c_t[_s_t_r, _A_n_y] = {'loop_wait': 10, 'postgresql':
│ │ │ │ {'parameters': ,
│ │ │ │ + 'max_worker_processes': 8, 'wal_log_hints': 'on'} at 7fd94b504c30>,
│ │ │ │ 'use_slots': True}, 'retry_timeout': 10, 'standby_cluster':
│ │ │ │ {'archive_cleanup_command': '', 'create_replica_methods': '', 'host':
│ │ │ │ '', 'port': '', 'primary_slot_name': '', 'recovery_min_apply_delay':
│ │ │ │ '', 'restore_command': ''}, 'ttl': 30}_
│ │ │ │ __get_and_maybe_adjust_int_value(ccoonnffiigg:: _DD_ii_cc_tt[[_ss_tt_rr,, _AA_nn_yy]], ppaarraamm:: _ss_tt_rr,
│ │ │ │ mmiinn__vvaalluuee:: _ii_nn_tt) → _i_n_t_
│ │ │ │ Get, validate and maybe adjust a ppaarraamm integer value from the
│ │ ├── ./usr/share/doc/patroni/html/modules/patroni.postgresql.config.html
│ │ │ @@ -112,20 +112,20 @@
│ │ │ patroni.postgresql.config module
│ │ │
│ │ │ -
│ │ │ class patroni.postgresql.config.ConfigHandler(postgresql: Postgresql, config: Dict[str, Any])
│ │ │ Bases: object
│ │ │
│ │ │ -
│ │ │ -CMDLINE_OPTIONS = <CaseInsensitiveDict{'listen_addresses': (None, <function _false_validator>, 90100), 'port': (None, <function _false_validator>, 90100), 'cluster_name': (None, <function _false_validator>, 90500), 'wal_level': ('hot_standby', <patroni.validator.EnumValidator object>, 90100), 'hot_standby': ('on', <function _bool_is_true_validator>, 90100), 'max_connections': (100, <patroni.validator.IntValidator object>, 90100), 'max_wal_senders': (10, <patroni.validator.IntValidator object>, 90100), 'wal_keep_segments': (8, <patroni.validator.IntValidator object>, 90100), 'wal_keep_size': ('128MB', <patroni.validator.IntValidator object>, 130000), 'max_prepared_transactions': (0, <patroni.validator.IntValidator object>, 90100), 'max_locks_per_transaction': (64, <patroni.validator.IntValidator object>, 90100), 'track_commit_timestamp': ('off', <function _bool_validator>, 90500), 'max_replication_slots': (10, <patroni.validator.IntValidator object>, 90400), 'max_worker_processes': (8, <patroni.validator.IntValidator object>, 90400), 'wal_log_hints': ('on', <function _bool_validator>, 90400)} at 7f005386e990>
│ │ │ +CMDLINE_OPTIONS = <CaseInsensitiveDict{'listen_addresses': (None, <function _false_validator>, 90100), 'port': (None, <function _false_validator>, 90100), 'cluster_name': (None, <function _false_validator>, 90500), 'wal_level': ('hot_standby', <patroni.validator.EnumValidator object>, 90100), 'hot_standby': ('on', <function _bool_is_true_validator>, 90100), 'max_connections': (100, <patroni.validator.IntValidator object>, 90100), 'max_wal_senders': (10, <patroni.validator.IntValidator object>, 90100), 'wal_keep_segments': (8, <patroni.validator.IntValidator object>, 90100), 'wal_keep_size': ('128MB', <patroni.validator.IntValidator object>, 130000), 'max_prepared_transactions': (0, <patroni.validator.IntValidator object>, 90100), 'max_locks_per_transaction': (64, <patroni.validator.IntValidator object>, 90100), 'track_commit_timestamp': ('off', <function _bool_validator>, 90500), 'max_replication_slots': (10, <patroni.validator.IntValidator object>, 90400), 'max_worker_processes': (8, <patroni.validator.IntValidator object>, 90400), 'wal_log_hints': ('on', <function _bool_validator>, 90400)} at 7fd94bbb2990>
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ -_RECOVERY_PARAMETERS = <CaseInsensitiveSet('archive_cleanup_command', 'pause_at_recovery_target', 'primary_conninfo', 'primary_slot_name', 'promote_trigger_file', 'recovery_end_command', 'recovery_min_apply_delay', 'recovery_target', 'recovery_target_action', 'recovery_target_inclusive', 'recovery_target_lsn', 'recovery_target_name', 'recovery_target_time', 'recovery_target_timeline', 'recovery_target_xid', 'restore_command', 'standby_mode', 'trigger_file') at 7f005383f360>
│ │ │ +_RECOVERY_PARAMETERS = <CaseInsensitiveSet('archive_cleanup_command', 'pause_at_recovery_target', 'primary_conninfo', 'primary_slot_name', 'promote_trigger_file', 'recovery_end_command', 'recovery_min_apply_delay', 'recovery_target', 'recovery_target_action', 'recovery_target_inclusive', 'recovery_target_lsn', 'recovery_target_name', 'recovery_target_time', 'recovery_target_timeline', 'recovery_target_xid', 'restore_command', 'standby_mode', 'trigger_file') at 7fd94bb7f360>
│ │ │
│ │ │
│ │ │
│ │ │ -
│ │ │ __init__(postgresql: Postgresql, config: Dict[str, Any]) → None
│ │ │
│ │ │ ├── html2text {}
│ │ │ │ @@ -54,23 +54,23 @@
│ │ │ │ , 90100),
│ │ │ │ 'max_locks_per_transaction': (64, , 90100), 'track_commit_timestamp': ('off', , 90500), 'max_replication_slots': (10,
│ │ │ │ , 90400),
│ │ │ │ 'max_worker_processes': (8, ,
│ │ │ │ 90400), 'wal_log_hints': ('on', , 90400)} at
│ │ │ │ - 7f005386e990>_
│ │ │ │ + 7fd94bbb2990>_
│ │ │ │ _RECOVERY_PARAMETERS = _
│ │ │ │ + 'standby_mode', 'trigger_file') at 7fd94bb7f360>_
│ │ │ │ __init__(ppoossttggrreessqqll:: _PP_oo_ss_tt_gg_rr_ee_ss_qq_ll, ccoonnffiigg:: _DD_ii_cc_tt[[_ss_tt_rr,, _AA_nn_yy]]) → _N_o_n_e_
│ │ │ │ _adjust_recovery_parameters() → _N_o_n_e_
│ │ │ │ _check_passfile(ppaassssffiillee:: _ss_tt_rr, wwaanntteedd__pprriimmaarryy__ccoonnnniinnffoo:: _DD_ii_cc_tt[[_ss_tt_rr,, _AA_nn_yy]])
│ │ │ │ → _b_o_o_l_
│ │ │ │ _check_primary_conninfo(pprriimmaarryy__ccoonnnniinnffoo:: _DD_ii_cc_tt[[_ss_tt_rr,, _AA_nn_yy]],
│ │ │ │ wwaanntteedd__pprriimmaarryy__ccoonnnniinnffoo:: _DD_ii_cc_tt[[_ss_tt_rr,, _AA_nn_yy]]) → _b_o_o_l_
│ │ │ │ property _configuration_to_save: _L_i_s_t[_s_t_r]_
│ │ ├── ./usr/share/doc/patroni/html/searchindex.js
│ │ │ ├── js-beautify {}
│ │ │ │ @@ -9825,17 +9825,17 @@
│ │ │ │ "5kb": 65,
│ │ │ │ "5ms": 65,
│ │ │ │ "5s": 82,
│ │ │ │ "64kb": [1, 82],
│ │ │ │ "64mb": 77,
│ │ │ │ "6gb": 65,
│ │ │ │ "72ff": 65,
│ │ │ │ - "7f00531b0c30": 18,
│ │ │ │ - "7f005383f360": 41,
│ │ │ │ - "7f005386e990": 41,
│ │ │ │ + "7fd94b504c30": 18,
│ │ │ │ + "7fd94bb7f360": 41,
│ │ │ │ + "7fd94bbb2990": 41,
│ │ │ │ "90cf930036a9d5249265af15d2b787ec7517cf57": 74,
│ │ │ │ "9s": 65,
│ │ │ │ "A": [1, 2, 3, 6, 8, 15, 17, 18, 20, 21, 22, 35, 36, 37, 38, 44, 45, 48, 49, 51, 63, 64, 65, 66, 74, 75, 76, 77, 78, 82],
│ │ │ │ "ALL": [1, 5, 82],
│ │ │ │ "AND": [36, 48],
│ │ │ │ "AS": 72,
│ │ │ │ "After": [3, 4, 5, 7, 8, 12, 24, 34, 36, 47, 74, 81],