PostgreSQL Source Code  git master
JsonbInState Struct Reference

Data Fields

JsonbParseStateparseState
 
JsonbValueres
 
bool unique_keys
 
Nodeescontext
 

Detailed Description

Definition at line 28 of file jsonb.c.

Field Documentation

◆ escontext

Node* JsonbInState::escontext

Definition at line 33 of file jsonb.c.

Referenced by jsonb_in_object_field_start(), and jsonb_in_scalar().

◆ parseState

◆ res

◆ unique_keys

bool JsonbInState::unique_keys

Definition at line 32 of file jsonb.c.

Referenced by jsonb_in_object_start().


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