This commit is contained in:
54liuyao 2024-02-19 13:39:07 +08:00
parent 7a040b3c89
commit 7db7c02150
1 changed files with 2 additions and 2 deletions

View File

@ -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"