mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-30 05:39:12 +02:00
e00bfe2d2c
storageListP() returns a list of entries in a path and should not need to stat/head, etc. in order to get more detailed info. This was broken by 75623d4 which failed to set the level correctly. Set the correct level and update tests. There's no easy way to directly test for a regression here but the SFTP tests will fail if more detailed info is requested since it would require script changes.