PostgreSQL Source Code  git master
JsonUniqueBuilderState Struct Reference

Data Fields

JsonUniqueCheckState check
 
StringInfoData skipped_keys
 
MemoryContext mcxt
 

Detailed Description

Definition at line 83 of file json.c.

Field Documentation

◆ check

JsonUniqueCheckState JsonUniqueBuilderState::check

Definition at line 85 of file json.c.

Referenced by json_build_object_worker(), and json_unique_builder_init().

◆ mcxt

MemoryContext JsonUniqueBuilderState::mcxt

Definition at line 87 of file json.c.

Referenced by json_unique_builder_get_throwawaybuf(), and json_unique_builder_init().

◆ skipped_keys

StringInfoData JsonUniqueBuilderState::skipped_keys

Definition at line 86 of file json.c.

Referenced by json_unique_builder_get_throwawaybuf(), and json_unique_builder_init().


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