Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

RecordCompareData Struct Reference

Data Fields

int ncolumns
Oid record1_type
int32 record1_typmod
Oid record2_type
int32 record2_typmod
ColumnCompareData columns [1]

Detailed Description

Definition at line 55 of file rowtypes.c.


Field Documentation

Definition at line 62 of file rowtypes.c.

Referenced by record_cmp(), and record_eq().

Definition at line 57 of file rowtypes.c.

Referenced by record_cmp(), and record_eq().

Definition at line 58 of file rowtypes.c.

Referenced by record_cmp(), and record_eq().

Definition at line 59 of file rowtypes.c.

Referenced by record_cmp(), and record_eq().

Definition at line 60 of file rowtypes.c.

Referenced by record_cmp(), and record_eq().

Definition at line 61 of file rowtypes.c.

Referenced by record_cmp(), and record_eq().


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