add standard_ProcessUtility hook

This commit is contained in:
chenxiaobin19
2022-09-02 11:54:59 +08:00
parent 7912920cb9
commit 565c997ab4
7 changed files with 19 additions and 37 deletions

View File

@ -2650,6 +2650,7 @@ typedef struct knl_u_hook_context {
void *execInitExprHook;
void *computeHashHook;
void *aggSmpHook;
void *standardProcessUtilityHook;
} knl_u_hook_context;
typedef struct knl_session_context {