PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
count_param_references_context Struct Reference

Data Fields

int paramid
 
int count
 
Paramlast_param
 

Detailed Description

Definition at line 256 of file pl_exec.c.

Field Documentation

◆ count

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().

◆ last_param

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().

◆ paramid

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().


The documentation for this struct was generated from the following file: