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 358 of file parse_node.h.

Field Documentation

◆ errcallback

ErrorContextCallback ParseCallbackState::errcallback

Definition at line 362 of file parse_node.h.

◆ location

int ParseCallbackState::location

Definition at line 361 of file parse_node.h.

◆ pstate

ParseState* ParseCallbackState::pstate

Definition at line 360 of file parse_node.h.


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