We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent554f66b commit50da149Copy full SHA for 50da149
contrib/pg_pathman/pg_pathman.c
@@ -103,17 +103,6 @@ static void set_pathkeys(PlannerInfo *root, RelOptInfo *childrel, Path *path);
103
void
104
_PG_init(void)
105
{
106
-/*
107
-elog(WARNING, "Pathman initialization. IsUnderPostmaster: %d", IsUnderPostmaster);
108
-if (IsUnderPostmaster)
109
-{
110
-elog(ERROR, "Pathman module must be initialized in postmaster. "
111
-"Put the following line to configuration file: "
112
-"shared_preload_libraries='pg_pathman'");
113
-initialization_needed = false;
114
-}
115
-*/
116
-
117
set_rel_pathlist_hook_original=set_rel_pathlist_hook;
118
set_rel_pathlist_hook=pathman_set_rel_pathlist_hook;
119
shmem_startup_hook_original=shmem_startup_hook;