PostgreSQL Source Code: StackElem Struct Reference (original) (raw)
#include <[psqlscan_int.h](psqlscan%5F%5Fint%5F8h%5Fsource.html)>
Data Fields | |
---|---|
YY_BUFFER_STATE | buf |
char * | bufstring |
char * | origstring |
char * | varname |
struct StackElem * | next |
Detailed Description
Definition at line 69 of file psqlscan_int.h.
Field Documentation
◆ buf
YY_BUFFER_STATE StackElem::buf
Definition at line 71 of file psqlscan_int.h.
Referenced by psqlscan_pop_buffer_stack(), psqlscan_push_new_buffer(), and psqlscan_select_top_buffer().
◆ bufstring
char* StackElem::bufstring
Definition at line 72 of file psqlscan_int.h.
Referenced by psqlscan_pop_buffer_stack(), psqlscan_push_new_buffer(), and psqlscan_select_top_buffer().
◆ next
struct StackElem* StackElem::next
Definition at line 75 of file psqlscan_int.h.
Referenced by psqlscan_pop_buffer_stack(), psqlscan_push_new_buffer(), and psqlscan_var_is_current_source().
◆ origstring
char* StackElem::origstring
Definition at line 73 of file psqlscan_int.h.
Referenced by psqlscan_pop_buffer_stack(), psqlscan_push_new_buffer(), and psqlscan_select_top_buffer().
◆ varname
char* StackElem::varname
Definition at line 74 of file psqlscan_int.h.
Referenced by psqlscan_pop_buffer_stack(), psqlscan_push_new_buffer(), and psqlscan_var_is_current_source().
The documentation for this struct was generated from the following file:
- src/include/fe_utils/psqlscan_int.h