PostgreSQL Source Code  git master
parse_error_callback_arg Struct Reference

Data Fields

char * proname
 
char * prosrc
 

Detailed Description

Definition at line 48 of file pg_proc.c.

Field Documentation

◆ proname

char* parse_error_callback_arg::proname

Definition at line 50 of file pg_proc.c.

Referenced by fmgr_sql_validator(), and sql_function_parse_error_callback().

◆ prosrc

char* parse_error_callback_arg::prosrc

Definition at line 51 of file pg_proc.c.

Referenced by fmgr_sql_validator(), and sql_function_parse_error_callback().


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