Skip to content

Commit 50da149

Browse files
committed
pathman: some cleanup
1 parent 554f66b commit 50da149

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

contrib/pg_pathman/pg_pathman.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,6 @@ static void set_pathkeys(PlannerInfo *root, RelOptInfo *childrel, Path *path);
103103
void
104104
_PG_init(void)
105105
{
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-
117106
set_rel_pathlist_hook_original = set_rel_pathlist_hook;
118107
set_rel_pathlist_hook = pathman_set_rel_pathlist_hook;
119108
shmem_startup_hook_original = shmem_startup_hook;

0 commit comments

Comments
 (0)