|
PostgreSQL Source Code git master
|
#include <pg_dump.h>
Data Fields | |
| DumpableObject | dobj |
| int32 | relpages |
| char * | reltuples |
| int32 | relallvisible |
| int32 | relallfrozen |
| char | relkind |
| char ** | indAttNames |
| int32 | nindAttNames |
| teSection | section |
| DumpableObject _relStatsInfo::dobj |
Definition at line 450 of file pg_dump.h.
Referenced by dumpRelationStats(), dumpRelationStats_dumper(), getIndexes(), getRelationStatistics(), and makeTableDataInfo().
| char** _relStatsInfo::indAttNames |
Definition at line 461 of file pg_dump.h.
Referenced by dumpRelationStats_dumper(), and getRelationStatistics().
| int32 _relStatsInfo::nindAttNames |
Definition at line 462 of file pg_dump.h.
Referenced by dumpRelationStats_dumper(), and getRelationStatistics().
| int32 _relStatsInfo::relallfrozen |
Definition at line 454 of file pg_dump.h.
Referenced by dumpRelationStats_dumper(), and getRelationStatistics().
| int32 _relStatsInfo::relallvisible |
Definition at line 453 of file pg_dump.h.
Referenced by dumpRelationStats_dumper(), and getRelationStatistics().
| char _relStatsInfo::relkind |
Definition at line 455 of file pg_dump.h.
Referenced by getRelationStatistics(), and repairMatViewBoundaryMultiLoop().
| int32 _relStatsInfo::relpages |
Definition at line 451 of file pg_dump.h.
Referenced by dumpRelationStats_dumper(), and getRelationStatistics().
| char* _relStatsInfo::reltuples |
Definition at line 452 of file pg_dump.h.
Referenced by dumpRelationStats_dumper(), and getRelationStatistics().
| teSection _relStatsInfo::section |
Definition at line 463 of file pg_dump.h.
Referenced by dumpRelationStats(), getRelationStatistics(), makeTableDataInfo(), and repairMatViewBoundaryMultiLoop().