PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
Oid | funcOid |
bool | isTrigger |
bool | isEventTrigger |
Oid | trigOid |
Oid | inputCollation |
Oid | argtypes [FUNC_MAX_ARGS] |
Oid PLpgSQL_func_hashkey::argtypes[FUNC_MAX_ARGS] |
Definition at line 972 of file plpgsql.h.
Referenced by compute_function_hashkey().
Oid PLpgSQL_func_hashkey::funcOid |
Definition at line 946 of file plpgsql.h.
Referenced by compute_function_hashkey().
Oid PLpgSQL_func_hashkey::inputCollation |
Definition at line 966 of file plpgsql.h.
Referenced by compute_function_hashkey().
bool PLpgSQL_func_hashkey::isEventTrigger |
Definition at line 949 of file plpgsql.h.
Referenced by compute_function_hashkey().
bool PLpgSQL_func_hashkey::isTrigger |
Definition at line 948 of file plpgsql.h.
Referenced by compute_function_hashkey().
Oid PLpgSQL_func_hashkey::trigOid |
Definition at line 959 of file plpgsql.h.
Referenced by compute_function_hashkey().