PostgreSQL Source Code git master
statistics_format.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PG_NDISTINCT_KEY_ATTRIBUTES   "attributes"
 
#define PG_NDISTINCT_KEY_NDISTINCT   "ndistinct"
 
#define PG_DEPENDENCIES_KEY_ATTRIBUTES   "attributes"
 
#define PG_DEPENDENCIES_KEY_DEPENDENCY   "dependency"
 
#define PG_DEPENDENCIES_KEY_DEGREE   "degree"
 

Macro Definition Documentation

◆ PG_DEPENDENCIES_KEY_ATTRIBUTES

#define PG_DEPENDENCIES_KEY_ATTRIBUTES   "attributes"

Definition at line 43 of file statistics_format.h.

◆ PG_DEPENDENCIES_KEY_DEGREE

#define PG_DEPENDENCIES_KEY_DEGREE   "degree"

Definition at line 45 of file statistics_format.h.

◆ PG_DEPENDENCIES_KEY_DEPENDENCY

#define PG_DEPENDENCIES_KEY_DEPENDENCY   "dependency"

Definition at line 44 of file statistics_format.h.

◆ PG_NDISTINCT_KEY_ATTRIBUTES

#define PG_NDISTINCT_KEY_ATTRIBUTES   "attributes"

Definition at line 29 of file statistics_format.h.

◆ PG_NDISTINCT_KEY_NDISTINCT

#define PG_NDISTINCT_KEY_NDISTINCT   "ndistinct"

Definition at line 30 of file statistics_format.h.