diff options
author | Tomas Vondra | 2017-07-09 16:19:38 +0000 |
---|---|---|
committer | Tomas Vondra | 2017-07-09 16:19:38 +0000 |
commit | ff930056dfcfc5409ec1e65013afd284d4236a71 (patch) | |
tree | 3108067d4c473c6ccfea8b1847364cf28bf55561 | |
parent | 5abaee185309ee85b42b457610df5c97724dee2f (diff) |
Remove the setup_storm call omitted from last commit
Should have been part of the previous commit removing storm_catalog, but
I forgot to include this bit.
-rw-r--r-- | src/bin/initdb/initdb.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index 530cc9c38c..2f9cfcf79a 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -3023,12 +3023,6 @@ initialize_data_directory(void) load_plpgsql(cmdfd); -#ifdef XCP -#ifdef NOT_USED - setup_storm(); -#endif -#endif - vacuum_db(cmdfd); make_template0(cmdfd); |