diff --git a/source/libs/command/inc/commandInt.h b/source/libs/command/inc/commandInt.h index a0b714b423..f8f932903f 100644 --- a/source/libs/command/inc/commandInt.h +++ b/source/libs/command/inc/commandInt.h @@ -71,8 +71,8 @@ extern "C" { #define EXPLAIN_DYN_QRY_CTRL_FORMAT "Dynamic Query Control for %s" #define EXPLAIN_COUNT_FORMAT "Count" #define EXPLAIN_COUNT_INFO_FORMAT "Window Count Info" -#define EXPLAIN_COUNT_NUM_FORMAT "Window Count=%ld" -#define EXPLAIN_COUNT_SLIDING_FORMAT "Window Sliding=%ld" +#define EXPLAIN_COUNT_NUM_FORMAT "Window Count=%" PRId64 +#define EXPLAIN_COUNT_SLIDING_FORMAT "Window Sliding=%" PRId64 #define EXPLAIN_PLANNING_TIME_FORMAT "Planning Time: %.3f ms" #define EXPLAIN_EXEC_TIME_FORMAT "Execution Time: %.3f ms"