1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-06 08:49:29 +02:00

Move help data from define.auto.c/config.auto.c to a pack.

The help data can be represented more compactly in a pack and this separates data needed for help from data needed for parsing, freeing each to have a more appropriate representation.
This commit is contained in:
David Steele
2020-12-16 15:59:36 -05:00
parent 996de0a3e6
commit f520ecc89a
16 changed files with 4346 additions and 2263 deletions

View File

@@ -19,6 +19,10 @@ build/lib/pgBackRestBuild/Config/BuildDefine.pm:
class: build
type: perl
build/lib/pgBackRestBuild/Config/BuildHelp.pm:
class: build
type: perl
build/lib/pgBackRestBuild/Config/BuildParse.pm:
class: build
type: perl
@@ -363,6 +367,10 @@ src/command/expire/expire.h:
class: core
type: c/h
src/command/help/help.auto.c:
class: core/auto
type: c
src/command/help/help.c:
class: core
type: c