PostgreSQL Source Code git master
JsonbInState Struct Reference

#include <jsonb.h>

Data Fields

JsonbValueresult
 
MemoryContext outcontext
 
struct Nodeescontext
 
JsonbParseStateparseState
 
bool unique_keys
 

Detailed Description

Definition at line 331 of file jsonb.h.

Field Documentation

◆ escontext

struct Node* JsonbInState::escontext

Definition at line 335 of file jsonb.h.

Referenced by jsonb_in_object_field_start(), and jsonb_in_scalar().

◆ outcontext

◆ parseState

◆ result

◆ unique_keys

bool JsonbInState::unique_keys

Definition at line 338 of file jsonb.h.

Referenced by jsonb_in_object_start().


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