|
PostgreSQL Source Code git master
|
Data Fields | |
| char | name [NAMEDATALEN] |
| Oid | oid |
| Oid | elem |
| int16 | len |
| bool | byval |
| char | align |
| char | storage |
| Oid | collation |
| Oid | inproc |
| Oid | outproc |
Definition at line 73 of file bootstrap.c.
| char typinfo::align |
Definition at line 80 of file bootstrap.c.
Referenced by boot_get_type_io_data(), and DefineAttr().
| bool typinfo::byval |
Definition at line 79 of file bootstrap.c.
Referenced by boot_get_type_io_data(), and DefineAttr().
| Oid typinfo::collation |
Definition at line 82 of file bootstrap.c.
Referenced by DefineAttr().
| Oid typinfo::elem |
Definition at line 77 of file bootstrap.c.
Referenced by boot_get_type_io_data().
| Oid typinfo::inproc |
Definition at line 83 of file bootstrap.c.
Referenced by boot_get_type_io_data().
| int16 typinfo::len |
Definition at line 78 of file bootstrap.c.
Referenced by boot_get_type_io_data(), and DefineAttr().
| char typinfo::name[NAMEDATALEN] |
Definition at line 75 of file bootstrap.c.
| Oid typinfo::oid |
Definition at line 76 of file bootstrap.c.
Referenced by DefineAttr().
| Oid typinfo::outproc |
Definition at line 84 of file bootstrap.c.
Referenced by boot_get_type_io_data().
| char typinfo::storage |
Definition at line 81 of file bootstrap.c.
Referenced by DefineAttr().