Home
last modified time | relevance | path

Searched refs:cfgOptionDefault (Results 1 – 5 of 5) sorted by relevance

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/config/
H A Dconfig.h174 const Variant *cfgOptionDefault(ConfigOption optionId);
H A Dconfig.c415 cfgOptionDefault(ConfigOption optionId) in cfgOptionDefault() function
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/help/
H A Dhelp.c442 …const String *defaultValue = helpRenderValue(cfgOptionDefault(optionId), cfgParseOptionType(option… in helpRender()
522 …const String *defaultValue = helpRenderValue(cfgOptionDefault(option.id), cfgParseOptionType(optio… in helpRender()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/config/
H A DparseTest.c1488 …TEST_RESULT_BOOL(varBool(cfgOptionDefault(cfgOptBackupStandby)), false, "backup-standby default is… in testRun()
1489 …TEST_RESULT_BOOL(varBool(cfgOptionDefault(cfgOptBackupStandby)), false, "backup-standby default is… in testRun()
1490 TEST_RESULT_PTR(cfgOptionDefault(cfgOptPgHost), NULL, "pg-host default is NULL"); in testRun()
1491 …TEST_RESULT_STR_Z(varStr(cfgOptionDefault(cfgOptLogLevelConsole)), "warn", "log-level-console defa… in testRun()
1492 TEST_RESULT_INT(varInt64(cfgOptionDefault(cfgOptPgPort)), 5432, "pg-port default is 5432"); in testRun()
1494 …TEST_RESULT_INT(varInt64(cfgOptionDefault(cfgOptDbTimeout)), 1800000, "db-timeout default is 18000… in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/doc/resource/
H A Dgit-history.cache2796 …e the code would break.\n\nThis also removes the only dependency on cfgOptionDefault() outside of …
2875 "subject": "Get target-action default from cfgOptionDefault() in restore command.",