PostgreSQL Source Code
git master
|
Data Fields | |
Oid | statOid |
char * | schema |
char * | name |
Bitmapset * | columns |
List * | types |
int | stattarget |
List * | exprs |
Definition at line 67 of file extended_stats.c.
Bitmapset* StatExtEntry::columns |
Definition at line 72 of file extended_stats.c.
Referenced by fetch_statentries_for_relation().
List* StatExtEntry::exprs |
Definition at line 75 of file extended_stats.c.
Referenced by fetch_statentries_for_relation().
char* StatExtEntry::name |
Definition at line 71 of file extended_stats.c.
Referenced by fetch_statentries_for_relation().
char* StatExtEntry::schema |
Definition at line 70 of file extended_stats.c.
Referenced by fetch_statentries_for_relation().
Oid StatExtEntry::statOid |
Definition at line 69 of file extended_stats.c.
Referenced by fetch_statentries_for_relation().
int StatExtEntry::stattarget |
Definition at line 74 of file extended_stats.c.
Referenced by fetch_statentries_for_relation().
List* StatExtEntry::types |
Definition at line 73 of file extended_stats.c.
Referenced by fetch_statentries_for_relation().