modify build error

This commit is contained in:
ashnah 2021-06-25 17:45:56 +08:00
parent 65a2624385
commit ae3ee01cf3
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ void statement_init_metric_context()
PG_END_TRY();
(void)syscalllockRelease(&u_sess->statement_cxt.list_protect);
RESUME_INTERRUPTS()();
RESUME_INTERRUPTS();
ereport(DEBUG1, (errmodule(MOD_INSTR), errmsg("[Statement] init - free list length: %d, suspend list length: %d",
u_sess->statement_cxt.free_count, u_sess->statement_cxt.suspend_count)));