1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-04-26 21:02:59 +02:00
Files
pgbackrest/test
David Steele 9ea54af67c Enhance StringId with optional sequence information.
It is convenient that a StringId can be used as an integer and also be rendered as a string. However, in many cases it is simpler and more efficient to have a sequence that can be used for lookup into an array or in a switch statement. This is particularly useful for StringIds generated by the config module.

Sequences cannot be used everywhere, though. In some cases StringIds are generated from text stored in files (e.g. compress type) in which case it is not possible to add sequence info without additional complexity.
2026-01-20 12:17:52 +07:00
..
2026-01-19 17:17:07 +07:00
2025-12-23 16:59:08 +07:00
2026-01-19 16:29:57 +07:00