PostgreSQL Source Code  git master
JsonUniqueBuilderState Struct Reference

Data Fields

JsonUniqueCheckState check
 
StringInfoData skipped_keys
 
MemoryContext mcxt
 

Detailed Description

Definition at line 67 of file json.c.

Field Documentation

◆ check

JsonUniqueCheckState JsonUniqueBuilderState::check

Definition at line 69 of file json.c.

Referenced by json_build_object_worker(), and json_unique_builder_init().

◆ mcxt

MemoryContext JsonUniqueBuilderState::mcxt

Definition at line 71 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 70 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: