PostgreSQL Source Code  git master
JsonUniqueHashEntry Struct Reference

Data Fields

const char * key
 
int key_len
 
int object_id
 

Detailed Description

Definition at line 42 of file json.c.

Field Documentation

◆ key

const char* JsonUniqueHashEntry::key

Definition at line 44 of file json.c.

Referenced by json_unique_check_key(), json_unique_hash(), and json_unique_hash_match().

◆ key_len

int JsonUniqueHashEntry::key_len

Definition at line 45 of file json.c.

Referenced by json_unique_check_key(), json_unique_hash(), and json_unique_hash_match().

◆ object_id

int JsonUniqueHashEntry::object_id

Definition at line 46 of file json.c.

Referenced by json_unique_check_key(), json_unique_hash(), and json_unique_hash_match().


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