Christoph Moench-Tegeder

Results 5 issues of Christoph Moench-Tegeder

Some packages - I'm looking at FreeBSD here: https://github.com/freebsd/freebsd-ports/blob/main/databases/postgresql14-server/files/patch-src_backend_utils_misc_postgresql.conf.sample set log_destination to a non-standard value in the postgresql.conf template. CP_Testing.pm relies on the log output to detect server start and...

Test 02_wal_files.t may fail against a newly created (by the framework in CP_Testing.pm) database (PostgreSQL 13) with : Failed test 'Action 'wal_files' works as expected for warnings' : at t/02_wal_files.t...

check_archive_ready() calls check_wal_files() https://github.com/bucardo/check_postgres/blob/fd9702c9321a7e68965fa07e75d4f38e4de88d9c/check_postgres.pl#L3826 That's fine on PostgreSQL < 10, but on 10+ check_wal_files() calls pg_ls_wal_dir(), which lists only files in the wal dir, but not it's subdirectories. https://github.com/bucardo/check_postgres/blob/fd9702c9321a7e68965fa07e75d4f38e4de88d9c/check_postgres.pl#L8700 Thus...

make sure the bloat check's minimum size requirements for tables and indexes match the documentation. This was broken in commit b0ea851392d27df838a7011667858382550496be, and the documented behaviour gives better results than the...

Cursory code review has shown no reason why "pam" should not be supported in pg_hba. Add "pam" to the list of supported authentication methods in the HBA file - only...

feature