From 7db7c021504a12abe5f1a787b8ddc09bfa4b39ed Mon Sep 17 00:00:00 2001 From: 54liuyao <54liuyao> Date: Mon, 19 Feb 2024 13:39:07 +0800 Subject: [PATCH] explain --- source/libs/command/inc/commandInt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"