1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-04 09:43:08 +02:00

Update comment in storage/list module.

This aligns better with other comments in the area.
This commit is contained in:
David Steele 2024-08-30 16:02:04 +07:00
parent 3b3886f3b8
commit 0b4371f3ec

View File

@ -34,7 +34,8 @@ typedef struct StorageListInfo
const char *name; // Name of path/file/link
} exists;
// Mode is only provided at detail level but is included here to save space on 64-bit architectures
// Set when info type >= storageInfoLevelType (undefined at lower levels). Mode is only provided at higher detail levels but
// included here to save space on 64-bit architectures
struct
{
// Set when info type >= storageInfoLevelType (undefined at lower levels)