PostgreSQL Source Code  git master
StackElem Struct Reference

#include <psqlscan_int.h>

Data Fields

YY_BUFFER_STATE buf
 
char * bufstring
 
char * origstring
 
char * varname
 
struct StackElemnext
 

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.

◆ bufstring

char* StackElem::bufstring

Definition at line 72 of file psqlscan_int.h.

◆ next

struct StackElem* StackElem::next

Definition at line 75 of file psqlscan_int.h.

◆ origstring

char* StackElem::origstring

Definition at line 73 of file psqlscan_int.h.

◆ varname

char* StackElem::varname

Definition at line 74 of file psqlscan_int.h.


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