|
PostgreSQL Source Code git master
|
Data Fields | |
| Oid | record_type |
| int32 | record_typmod |
| void * | domain_info |
| int | ncolumns |
| ColumnIOData | columns [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 822 of file hstore_io.c.
| ColumnIOData RecordIOData::columns |
Definition at line 829 of file hstore_io.c.
Referenced by populate_record().
| void* RecordIOData::domain_info |
Definition at line 827 of file hstore_io.c.
| int RecordIOData::ncolumns |
Definition at line 828 of file hstore_io.c.
Referenced by populate_record().
| Oid RecordIOData::record_type |
Definition at line 824 of file hstore_io.c.
Referenced by allocate_record_info(), and populate_record().
| int32 RecordIOData::record_typmod |
Definition at line 825 of file hstore_io.c.
Referenced by populate_record().