PostgreSQL Source Code git master
|
#include <pg_dump.h>
Data Fields | |
DumpableObject | dobj |
int32 | relpages |
char * | reltuples |
int32 | relallvisible |
char | relkind |
char ** | indAttNames |
int32 | nindAttNames |
bool | postponed_def |
DumpableObject _relStatsInfo::dobj |
Definition at line 440 of file pg_dump.h.
Referenced by dumpRelationStats(), getIndexes(), and getRelationStatistics().
char** _relStatsInfo::indAttNames |
Definition at line 450 of file pg_dump.h.
Referenced by dumpRelationStats(), and getRelationStatistics().
int32 _relStatsInfo::nindAttNames |
Definition at line 451 of file pg_dump.h.
Referenced by dumpRelationStats(), and getRelationStatistics().
bool _relStatsInfo::postponed_def |
Definition at line 452 of file pg_dump.h.
Referenced by dumpRelationStats(), getRelationStatistics(), and repairMatViewBoundaryMultiLoop().
int32 _relStatsInfo::relallvisible |
Definition at line 443 of file pg_dump.h.
Referenced by dumpRelationStats(), and getRelationStatistics().
char _relStatsInfo::relkind |
Definition at line 444 of file pg_dump.h.
Referenced by getRelationStatistics(), repairMatViewBoundaryMultiLoop(), and statisticsDumpSection().
int32 _relStatsInfo::relpages |
Definition at line 441 of file pg_dump.h.
Referenced by dumpRelationStats(), and getRelationStatistics().
char* _relStatsInfo::reltuples |
Definition at line 442 of file pg_dump.h.
Referenced by dumpRelationStats(), and getRelationStatistics().