--- /srv/reproducible-results/rbuild-debian/r-b-build.RoFASRxl/b1/patroni_4.1.0-1_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.RoFASRxl/b2/patroni_4.1.0-1_amd64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - 7d93a7e7c288dbf8c78c6e754c79bdb7 555308 doc optional patroni-doc_4.1.0-1_all.deb │ + 2b43b5aeea9f48d9a6fa9450fc29c27b 555304 doc optional patroni-doc_4.1.0-1_all.deb │ 635a6dd92f2161648f3b37c5c5d5220d 287016 database optional patroni_4.1.0-1_all.deb ├── patroni-doc_4.1.0-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2025-10-20 13:23:59.000000 debian-binary │ │ -rw-r--r-- 0 0 0 5496 2025-10-20 13:23:59.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 549620 2025-10-20 13:23:59.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 549616 2025-10-20 13:23:59.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 7f22cd281940>, '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 7fe9c78a1940>, '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: Dict[str, Any] = {'loop_wait': 10, 'postgresql': │ │ │ │ │ {'parameters': , 'use_slots': │ │ │ │ │ + processes': 8, 'wal_log_hints': 'on'} at 7fe9c78a1940>, '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 │ │ │ ├── ./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 7f22cd5d4410>
│ │ │ │ +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 7fe9c7be82d0> │ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ -_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 7f22cd7b6d70>
│ │ │ │ +_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 7fe9c7db6d70> │ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ __init__(postgresql: Postgresql, config: Dict[str, Any]) None
│ │ │ │
│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -53,22 +53,22 @@ │ │ │ │ │ 'max_prepared_transactions': (0, , 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 7f22cd5d4410> │ │ │ │ │ + 90400)} at 7fe9c7be82d0> │ │ │ │ │ _RECOVERY_PARAMETERS =  │ │ │ │ │ + 'restore_command', 'standby_mode', 'trigger_file') at 7fe9c7db6d70> │ │ │ │ │ __init__(postgresql: Postgresql, config: Dict[str, Any]) → None │ │ │ │ │ _adjust_recovery_parameters() → None │ │ │ │ │ _check_passfile(passfile: str, wanted_primary_conninfo: Dict[str, Any]) │ │ │ │ │ → bool │ │ │ │ │ _check_primary_conninfo(primary_conninfo: Dict[str, Any], wanted_ │ │ │ │ │ primary_conninfo: Dict[str, Any]) → bool │ │ │ │ │ property _configuration_to_save: List[str] │ │ │ ├── ./usr/share/doc/patroni/html/searchindex.js │ │ │ │ ├── js-beautify {} │ │ │ │ │ @@ -9829,17 +9829,17 @@ │ │ │ │ │ "7277694203142172922": 71, │ │ │ │ │ "72ff": 64, │ │ │ │ │ "732645": 71, │ │ │ │ │ "7408277255830290455": 76, │ │ │ │ │ "7480": 74, │ │ │ │ │ "750573": 71, │ │ │ │ │ "78": 73, │ │ │ │ │ - "7f22cd281940": 18, │ │ │ │ │ - "7f22cd5d4410": 41, │ │ │ │ │ - "7f22cd7b6d70": 41, │ │ │ │ │ + "7fe9c78a1940": 18, │ │ │ │ │ + "7fe9c7be82d0": 41, │ │ │ │ │ + "7fe9c7db6d70": 41, │ │ │ │ │ "8": [3, 11, 18, 20, 25, 36, 41, 50, 64, 70, 71, 73, 76], │ │ │ │ │ "80": 10, │ │ │ │ │ "8008": [70, 76], │ │ │ │ │ "823": 73, │ │ │ │ │ "8246337208320": 62, │ │ │ │ │ "8257332324597": 62, │ │ │ │ │ "83886704": 71,