projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5abaee1
)
Remove the setup_storm call omitted from last commit
author
Tomas Vondra
<
[email protected]
>
Sun, 9 Jul 2017 16:19:38 +0000
(18:19 +0200)
committer
Tomas Vondra
<
[email protected]
>
Sun, 9 Jul 2017 16:19:38 +0000
(18:19 +0200)
Should have been part of the previous commit removing storm_catalog, but
I forgot to include this bit.
src/bin/initdb/initdb.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/initdb/initdb.c
b/src/bin/initdb/initdb.c
index 530cc9c38c4a2d9cac7f687f583094456cc55c4c..2f9cfcf79a87ce26e3371f92e13cd8ced248eddd 100644
(file)
--- 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);