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

#include <parse_node.h>

Data Fields

ParseStatepstate
 
int location
 
ErrorContextCallback errcallback
 

Detailed Description

Definition at line 342 of file parse_node.h.

Field Documentation

◆ errcallback

ErrorContextCallback ParseCallbackState::errcallback

Definition at line 346 of file parse_node.h.

◆ location

int ParseCallbackState::location

Definition at line 345 of file parse_node.h.

◆ pstate

ParseState* ParseCallbackState::pstate

Definition at line 344 of file parse_node.h.


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