diff --git a/test/src/module/command/backupTest.c b/test/src/module/command/backupTest.c index 3d7f48107..279e18ade 100644 --- a/test/src/module/command/backupTest.c +++ b/test/src/module/command/backupTest.c @@ -243,7 +243,7 @@ typedef struct TestBackupPqScriptParam unsigned int timeline; // Timeline to use for WAL files } TestBackupPqScriptParam; -#define testBackupPqScriptP(pgVersion, backupStartTime, ...) \ +#define testBackupPqScriptP(pgVersion, backupStartTime, ...) \ testBackupPqScript(pgVersion, backupStartTime, (TestBackupPqScriptParam){VAR_PARAM_INIT, __VA_ARGS__}) static void