mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Don't need HYPO_DUMP_FILE anymore
This commit is contained in:
parent
ca5a7055e1
commit
63af004299
1 changed files with 0 additions and 5 deletions
|
|
@ -27,11 +27,6 @@ PG_MODULE_MAGIC;
|
|||
#define HYPO_MAX_COLS 1 /* # of column an hypothetical index can have */
|
||||
#define HYPO_NB_COLS 4 /* # of column pg_hypo() returns */
|
||||
#define HYPO_NB_INDEXES 50 /* # of hypothetical index a single session can hold */
|
||||
#if PG_VERSION_NUM >= 90300
|
||||
#define HYPO_DUMP_FILE "pg_stat/pg_hypo.stat"
|
||||
#else
|
||||
#define HYPO_DUMP_FILE "global/pg_hypo.stat"
|
||||
#endif
|
||||
|
||||
bool isExplain = false;
|
||||
static bool fix_empty_table = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue