Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit50da149

Browse files
committed
pathman: some cleanup
1 parent554f66b commit50da149

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)

[8]ページ先頭

©2009-2025 Movatter.jp