Skip to content

pullrequests Search Results · repo:postgrespro/pg_probackup language:Python

Filter by

143 results
 (95 ms)

143 results

inpostgrespro/pg_probackup (press backspace or delete to remove)

If we use segsize 4GB, e.g. ./configure --prefix=/store2/Workspace/bin/pg16 --enable-debug --with-segsize=5 CFLAGS=-O2 the backup or restore will be failed in the validate step: INFO: Database backup ...
  • ThinkJ001
  • Opened 
    on Oct 17, 2024
  • #638

  • demonolock
  • Opened 
    on Sep 11, 2024
  • #635

New names: full2_id [was fulle2_id] full1_conf_file [was fulle1_conf_file] full2_conf_file [was fulle2_conf_file] New asserts: - self.show_pb(backup_dir, node , full1_id)[ status ] is CORRUPT - self.show_pb(backup_dir, ...
  • dmitry-lipetsk
  • 1
  • Opened 
    on Jul 25, 2024
  • #633

test_corrupt_backup_content generates an incorrect assert message that was gotten (through copy paste) from test_remove_instance_config. Both messages in test_remove_instance_config and test_corrupt_backup_content ...
  • dmitry-lipetsk
  • Opened 
    on Jul 25, 2024
  • #632

It is a fix for python tests execution error: ModuleNotFoundError: No module named distutils See issue #628 for details.
  • dmitry-lipetsk
  • Opened 
    on Jul 24, 2024
  • #629

pg_multixact contains files which looks like db files, but they are not. get_backup_filelist should not pass to set_forkname files not in db folder nor global folder. Fixes #585
  • funny-falcon
  • Opened 
    on Feb 9, 2023
  • #586

zlib decompression could mark error either as data error or buffer error . One of check did consider it, other didn t. Make them same. And use assertRaises for good (requires python 3.2 at least)
  • funny-falcon
  • Opened 
    on Nov 29, 2022
  • #577

Pg15 now reports if it didn t met expected contrecord. Absence of this message was long standing bug in previous postgres versions. This situation could happen if WAL segment was rewritten after restart. ...
  • funny-falcon
  • Opened 
    on Nov 29, 2022
  • #576

…_unreal_values This test stucks with vanilla dd38ff28 commit (https://github.com/postgres/postgres/commit/dd38ff28addc13594c0f9e2a62ef2ffa59230598)
  • kulaginm
  • 3
  • Opened 
    on Nov 28, 2022
  • #575