PostgreSQL Source Code git master
Loading...
Searching...
No Matches
TokenAuxData Struct Reference

Data Fields

YYSTYPE lval
 
YYLTYPE lloc
 
int leng
 

Detailed Description

Definition at line 91 of file pl_scanner.c.

Field Documentation

◆ leng

int TokenAuxData::leng

Definition at line 95 of file pl_scanner.c.

◆ lloc

YYLTYPE TokenAuxData::lloc

Definition at line 94 of file pl_scanner.c.

◆ lval

YYSTYPE TokenAuxData::lval

Definition at line 93 of file pl_scanner.c.

Referenced by plpgsql_push_back_token().


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