PostgreSQL Source Code git master
Typedefs | Functions | Variables
pg_statistic_ext_data.h File Reference
#include "catalog/genbki.h"
#include "catalog/pg_statistic_ext_data_d.h"
Include dependency graph for pg_statistic_ext_data.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

 

Functions

  CATALOG (pg_statistic_ext_data, 3429, StatisticExtDataRelationId)
 
  DECLARE_TOAST (pg_statistic_ext_data, 3430, 3431)
 
  DECLARE_UNIQUE_INDEX_PKEY (pg_statistic_ext_data_stxoid_inh_index, 3433, StatisticExtDataStxoidInhIndexId, pg_statistic_ext_data, btree(stxoid oid_ops, stxdinherit bool_ops))
 
  MAKE_SYSCACHE (STATEXTDATASTXOID, pg_statistic_ext_data_stxoid_inh_index, 4)
 

Variables

 

Typedef Documentation

Form_pg_statistic_ext_data

Definition at line 53 of file pg_statistic_ext_data.h.

Function Documentation

CATALOG()

CATALOG ( pg_statistic_ext_data  ,
3429  ,
StatisticExtDataRelationId   
)

Definition at line 31 of file pg_statistic_ext_data.h.

32{
33 Oid stxoid BKI_LOOKUP(pg_statistic_ext); /* statistics object
34 * this data is for */
35 bool stxdinherit; /* true if inheritance children are included */
36
37#ifdef CATALOG_VARLEN /* variable-length fields start here */
38
39 pg_ndistinct stxdndistinct; /* ndistinct coefficients (serialized) */
40 pg_dependencies stxddependencies; /* dependencies (serialized) */
41 pg_mcv_list stxdmcv; /* MCV (serialized) */
42 pg_statistic stxdexpr[1]; /* stats for expressions */
43
44#endif
45
#define BKI_LOOKUP(catalog)
Definition: genbki.h:46
FormData_pg_statistic_ext_data
unsigned int Oid
Definition: postgres_ext.h:32

References BKI_LOOKUP.

DECLARE_TOAST()

DECLARE_TOAST ( pg_statistic_ext_data  ,
3430  ,
3431   
)

DECLARE_UNIQUE_INDEX_PKEY()

DECLARE_UNIQUE_INDEX_PKEY ( pg_statistic_ext_data_stxoid_inh_index  ,
3433  ,
StatisticExtDataStxoidInhIndexId  ,
pg_statistic_ext_data  ,
btree(stxoid oid_ops, stxdinherit bool_ops)   
)

MAKE_SYSCACHE()

MAKE_SYSCACHE ( STATEXTDATASTXOID  ,
pg_statistic_ext_data_stxoid_inh_index  ,
4   
)

Variable Documentation

FormData_pg_statistic_ext_data

FormData_pg_statistic_ext_data

Definition at line 46 of file pg_statistic_ext_data.h.

AltStyle によって変換されたページ (->オリジナル) /