From 63af0042999eace6d0c6ca00b60571f789fcfeb4 Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Mon, 16 Mar 2015 19:55:14 +0100 Subject: [PATCH] Don't need HYPO_DUMP_FILE anymore --- pg_hypo.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pg_hypo.c b/pg_hypo.c index 07e5f7d..e82e505 100644 --- a/pg_hypo.c +++ b/pg_hypo.c @@ -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;