1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/build/lib/pgBackRestBuild
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 Rename BackRestDoc Perl module to pgBackRestDoc. 2020-03-10 15:41:56 -04:00
Config Add support for more Pack types. 2021-06-08 12:55:00 -04:00
Error Move configuration definition to src/build/config/config.yaml. 2021-03-08 16:01:05 -05:00
Build.pm Rename BackRestDoc Perl module to pgBackRestDoc. 2020-03-10 15:41:56 -04:00