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 442 of file pg_dump.h.
Referenced by dumpRelationStats(), dumpRelationStats_dumper(), getIndexes(), getRelationStatistics(), and makeTableDataInfo().
char** _relStatsInfo::indAttNames |
Definition at line 453 of file pg_dump.h.
Referenced by dumpRelationStats_dumper(), and getRelationStatistics().
int32 _relStatsInfo::nindAttNames |
Definition at line 454 of file pg_dump.h.
Referenced by dumpRelationStats_dumper(), and getRelationStatistics().
int32 _relStatsInfo::relallfrozen |
Definition at line 446 of file pg_dump.h.
Referenced by dumpRelationStats_dumper(), and getRelationStatistics().
int32 _relStatsInfo::relallvisible |
Definition at line 445 of file pg_dump.h.
Referenced by dumpRelationStats_dumper(), and getRelationStatistics().
char _relStatsInfo::relkind |
Definition at line 447 of file pg_dump.h.
Referenced by getRelationStatistics(), and repairMatViewBoundaryMultiLoop().
int32 _relStatsInfo::relpages |
Definition at line 443 of file pg_dump.h.
Referenced by dumpRelationStats_dumper(), and getRelationStatistics().
char* _relStatsInfo::reltuples |
Definition at line 444 of file pg_dump.h.
Referenced by dumpRelationStats_dumper(), and getRelationStatistics().
teSection _relStatsInfo::section |
Definition at line 455 of file pg_dump.h.
Referenced by dumpRelationStats(), getRelationStatistics(), makeTableDataInfo(), and repairMatViewBoundaryMultiLoop().