postgrespro / pg_probackup

Backup and recovery manager for PostgreSQL
https://postgrespro.github.io/pg_probackup/
Other
703 stars 86 forks source link

Fix warning in get_backup_filelist #586

Closed funny-falcon closed 1 year ago

funny-falcon commented 1 year ago

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