PostgreSQL Source Code git master
|
Data Fields | |
int | paramid |
int | count |
Param * | last_param |
int count_param_references_context::count |
Definition at line 259 of file pl_exec.c.
Referenced by count_param_references(), and exec_check_rw_parameter().
Param* count_param_references_context::last_param |
Definition at line 260 of file pl_exec.c.
Referenced by count_param_references(), and exec_check_rw_parameter().
int count_param_references_context::paramid |
Definition at line 258 of file pl_exec.c.
Referenced by count_param_references(), and exec_check_rw_parameter().