You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-07 00:35:37 +02:00
Rename PG_VERSION_*_STR constants to PG_VERSION_*_Z.
This is more consistent with other zero-terminated string constants and also has the benefit of being shorter.
This commit is contained in:
@ -1824,7 +1824,7 @@ testRun(void)
|
||||
TEST_TITLE("none output, verbose, override WAL magic, with no verify failures");
|
||||
|
||||
hrnCfgArgRawZ(argList, cfgOptVerbose, "y");
|
||||
hrnCfgArgRawZ(argList, cfgOptPgVersionForce, PG_VERSION_11_STR);
|
||||
hrnCfgArgRawZ(argList, cfgOptPgVersionForce, PG_VERSION_11_Z);
|
||||
HRN_CFG_LOAD(cfgCmdVerify, argList);
|
||||
TEST_RESULT_STR_Z(
|
||||
verifyProcess(cfgOptionBool(cfgOptVerbose)),
|
||||
|
Reference in New Issue
Block a user