|
PostgreSQL Source Code git master
|
Data Fields | |
| Oid | oid |
| char | relkind |
| RelFileNumber | relfilenumber |
| Oid | toast_oid |
| RelFileNumber | toast_relfilenumber |
| Oid | toast_index_oid |
| RelFileNumber | toast_index_relfilenumber |
| Oid BinaryUpgradeClassOidItem::oid |
Definition at line 101 of file pg_dump.c.
Referenced by BinaryUpgradeClassOidItemCmp(), and collectBinaryUpgradeClassOids().
| RelFileNumber BinaryUpgradeClassOidItem::relfilenumber |
Definition at line 103 of file pg_dump.c.
Referenced by binary_upgrade_set_pg_class_oids(), and collectBinaryUpgradeClassOids().
| char BinaryUpgradeClassOidItem::relkind |
Definition at line 102 of file pg_dump.c.
Referenced by binary_upgrade_set_pg_class_oids(), and collectBinaryUpgradeClassOids().
| Oid BinaryUpgradeClassOidItem::toast_index_oid |
Definition at line 106 of file pg_dump.c.
Referenced by binary_upgrade_set_pg_class_oids(), and collectBinaryUpgradeClassOids().
| RelFileNumber BinaryUpgradeClassOidItem::toast_index_relfilenumber |
Definition at line 107 of file pg_dump.c.
Referenced by binary_upgrade_set_pg_class_oids(), and collectBinaryUpgradeClassOids().
| Oid BinaryUpgradeClassOidItem::toast_oid |
Definition at line 104 of file pg_dump.c.
Referenced by binary_upgrade_set_pg_class_oids(), and collectBinaryUpgradeClassOids().
| RelFileNumber BinaryUpgradeClassOidItem::toast_relfilenumber |
Definition at line 105 of file pg_dump.c.
Referenced by binary_upgrade_set_pg_class_oids(), and collectBinaryUpgradeClassOids().