PostgreSQL Source Code: RecordCompareData Struct Reference (original) (raw)
Data Fields | |
---|---|
int | ncolumns |
Oid | record1_type |
int32 | record1_typmod |
Oid | record2_type |
int32 | record2_typmod |
ColumnCompareData | columns [FLEXIBLE_ARRAY_MEMBER] |
Detailed Description
Definition at line 59 of file rowtypes.c.
Field Documentation
◆ columns
ColumnCompareData RecordCompareData::columns[FLEXIBLE_ARRAY_MEMBER]
Definition at line 66 of file rowtypes.c.
Referenced by hash_record(), hash_record_extended(), record_cmp(), record_eq(), record_image_cmp(), and record_image_eq().
◆ ncolumns
int RecordCompareData::ncolumns
Definition at line 61 of file rowtypes.c.
Referenced by hash_record(), hash_record_extended(), record_cmp(), record_eq(), record_image_cmp(), and record_image_eq().
◆ record1_type
Oid RecordCompareData::record1_type
Definition at line 62 of file rowtypes.c.
Referenced by hash_record(), hash_record_extended(), record_cmp(), record_eq(), record_image_cmp(), and record_image_eq().
◆ record1_typmod
int32 RecordCompareData::record1_typmod
Definition at line 63 of file rowtypes.c.
Referenced by hash_record(), hash_record_extended(), record_cmp(), record_eq(), record_image_cmp(), and record_image_eq().
◆ record2_type
Oid RecordCompareData::record2_type
Definition at line 64 of file rowtypes.c.
Referenced by record_cmp(), record_eq(), record_image_cmp(), and record_image_eq().
◆ record2_typmod
int32 RecordCompareData::record2_typmod
Definition at line 65 of file rowtypes.c.
Referenced by record_cmp(), record_eq(), record_image_cmp(), and record_image_eq().
The documentation for this struct was generated from the following file:
- src/backend/utils/adt/rowtypes.c