forked from huawei/openGauss-server
modify build error
This commit is contained in:
parent
71dc7a8d23
commit
ffa89332fd
|
|
@ -115,7 +115,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)));
|
||||
|
|
|
|||
Loading…
Reference in New Issue