mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-04-15 11:36:40 +02:00
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.