Home
last modified time | relevance | path

Searched refs:cfgOptionDisplay (Results 1 – 18 of 18) sorted by relevance

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/stanza/
H A Ddelete.c82 strZ(cfgOptionDisplay(cfgOptStanza))); in stanzaDelete()
91 strZ(cfgOptionDisplay(cfgOptStanza)), in stanzaDelete()
93 strZ(cfgOptionDisplay(cfgOptStanza))); in stanzaDelete()
H A Dupgrade.c44 … CFGCMD_STANZA_UPGRADE " for stanza '%s' on repo%u", strZ(cfgOptionDisplay(cfgOptStanza)), in cmdStanzaUpgrade()
103 … "stanza '%s' on repo%u is already up to date", strZ(cfgOptionDisplay(cfgOptStanza)), in cmdStanzaUpgrade()
H A Dcreate.c47 … CFGCMD_STANZA_CREATE " for stanza '%s' on repo%u", strZ(cfgOptionDisplay(cfgOptStanza)), in cmdStanzaCreate()
136 … "stanza '%s' already exists on repo%u and is valid", strZ(cfgOptionDisplay(cfgOptStanza)), in cmdStanzaCreate()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/
H A Dmain.c91 … String *name = strNewFmt(PROTOCOL_SERVICE_LOCAL "-%s", strZ(cfgOptionDisplay(cfgOptProcess))); in main()
102 … String *name = strNewFmt(PROTOCOL_SERVICE_REMOTE "-%s", strZ(cfgOptionDisplay(cfgOptProcess))); in main()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/repo/
H A Dget.c51 strZ(cfgOptionDisplay(cfgOptRepoPath))); in storageGetProcess()
98 strZ(cfgOptionDisplay(cfgOptStanza))); in storageGetProcess()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/config/
H A Dload.c149 … strZ(cfgOptionDisplay(cfgOptProtocolTimeout)), strZ(cfgOptionDisplay(cfgOptProtocolTimeout)), in cfgLoadUpdateOption()
150 strZ(cfgOptionDisplay(cfgOptDbTimeout))); in cfgLoadUpdateOption()
H A Dconfig.h132 const String *cfgOptionDisplay(const ConfigOption optionId);
H A Dconfig.c537 cfgOptionDisplay(const ConfigOption optionId) in cfgOptionDisplay() function
H A Dparse.c2058 …ionInvalidValueError, "key '%s' is not valid for '%s' option", strZ(cfgOptionDisplay(defaultOption… in configParse()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/control/
H A Dstart.c33 …cfgOptionTest(cfgOptStanza) ? strZ(strNewFmt(" for stanza %s", strZ(cfgOptionDisplay(cfgOptStanza)… in cmdStart()
H A Dcommon.c36 … THROW_FMT(StopError, "stop file exists for stanza %s", strZ(cfgOptionDisplay(cfgOptStanza))); in lockStopTest()
H A Dstop.c104 …cfgOptionTest(cfgOptStanza) ? strZ(strNewFmt("stanza %s", strZ(cfgOptionDisplay(cfgOptStanza)))) :… in cmdStop()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/backup/
H A Dbackup.c375 …strZ(cfgOptionDisplay(cfgOptType)), strZ(cfgOptionDisplay(cfgOptCompressType)), strZ(backupLabelPr… in backupBuildIncrPrior()
399 …strZ(cfgOptionDisplay(cfgOptType)), strZ(cfgOptionDisplay(cfgOptRepoHardlink)), strZ(backupLabelPr… in backupBuildIncrPrior()
420 … strZ(cfgOptionDisplay(cfgOptType)), strZ(cfgOptionDisplay(cfgOptChecksumPage)), in backupBuildIncrPrior()
431 …("no prior backup exists, %s backup has been changed to full", strZ(cfgOptionDisplay(cfgOptType))); in backupBuildIncrPrior()
690 … strZ(cfgOptionDisplay(cfgOptType)), strZ(strIdToStr(manifestResumeData->backupType))); in backupResumeFind()
707 strZ(cfgOptionDisplay(cfgOptCompressType)), in backupResumeFind()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/config/
H A DparseTest.c1458 TEST_RESULT_STR_Z(cfgOptionDisplay(cfgOptOnline), "false", "online display is false"); in testRun()
1468 … TEST_RESULT_STR_Z(cfgOptionDisplay(cfgOptRepoHardlink), "true", "repo-hardlink display is true"); in testRun()
1480 TEST_RESULT_STR_Z(cfgOptionDisplay(cfgOptDbTimeout), "1800", "db-timeout display"); in testRun()
1493 TEST_RESULT_STR_Z(cfgOptionDisplay(cfgOptPgPort), "5432", "pg-port display is 5432"); in testRun()
1502 …TEST_ERROR(cfgOptionDisplay(cfgOptTarget), AssertError, "option 'target' is not valid for the curr… in testRun()
1553 TEST_RESULT_STR_Z(cfgOptionDisplay(cfgOptBufferSize), "2MB", "buffer-size display is 2MB"); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/archive/push/
H A Dpush.c393 strZ(archiveFile), strZ(cfgOptionDisplay(cfgOptArchiveTimeout))); in cmdArchivePush()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/restore/
H A Drestore.c70 strZ(cfgOptionDisplay(cfgOptPgPath))); in restorePathValidate()
81 strZ(cfgOptionDisplay(cfgOptPgPath))); in restorePathValidate()
369 … strZ(cfgOptionDisplay(cfgOptTarget)), cfgOptionGroupIdxToKey(cfgOptGrpRepo, result.repoIdx)); in restoreBackupSet()
/dports/databases/pgbackrest/pgbackrest-release-2.35/
H A DCONTRIBUTING.md68 …("no prior backup exists, %s backup has been changed to full", strZ(cfgOptionDisplay(cfgOptType)))…
/dports/databases/pgbackrest/pgbackrest-release-2.35/doc/resource/
H A Dgit-history.cache1201 "subject": "Add cfgOptionDisplay()/cfgOptionIdxDisplay().",