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

Data Fields

const char * proc_source
 
yyscan_t yyscanner
 

Detailed Description

Definition at line 238 of file pl_comp.c.

Field Documentation

◆ proc_source

const char* compile_error_callback_arg::proc_source

Definition at line 240 of file pl_comp.c.

Referenced by do_compile(), plpgsql_compile_error_callback(), and plpgsql_compile_inline().

◆ yyscanner

yyscan_t compile_error_callback_arg::yyscanner

Definition at line 241 of file pl_comp.c.

Referenced by do_compile(), plpgsql_compile_error_callback(), and plpgsql_compile_inline().


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