1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/build/lib/pgBackRestBuild/Config
David Steele 4a075b7252
Add support for more Pack types.
Since the pack type was stored in 4 bits, only 15 values were allowed (0 was reserved).

Allow virtually unlimited types by storing type info in a base-128 encoded integer following the tag when the type bits in the tag are set to 0xF.

Also separate the type IDs used in the pack (PackTypeMap) from those presented to the user (PackType). The prior PackType enum exposed implementation details to the user, e.g. pckTypeUnknown.
2021-06-08 12:55:00 -04:00
..
Build.pm Remove unused command string constants. 2021-06-07 08:18:02 -04:00
BuildHelp.pm Add support for more Pack types. 2021-06-08 12:55:00 -04:00
BuildParse.pm Remove parse.auto.h. 2021-06-07 08:48:09 -04:00
Data.pm Rename default command role to main. 2021-05-20 14:39:47 -04:00