core问题修复

This commit is contained in:
jiangyan
2023-11-30 09:33:44 +08:00
parent fd99f13c20
commit b3f2425b7b

View File

@ -3324,7 +3324,8 @@ static void clear_backend_entry(volatile PgBackendStatus* beentry)
beentry->globalSessionId.sessionId = 0;
beentry->globalSessionId.nodeId = 0;
beentry->globalSessionId.seq = 0;
beentry->my_prepared_queries = NULL;
beentry->my_pstmt_htbl_lock = NULL;
/*
* make sure st_changecount is an even before release it.
*