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

Field Documentation

◆ errcallback

ErrorContextCallback ParseCallbackState::errcallback

Definition at line 341 of file parse_node.h.

◆ location

int ParseCallbackState::location

Definition at line 340 of file parse_node.h.

◆ pstate

ParseState* ParseCallbackState::pstate

Definition at line 339 of file parse_node.h.


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