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

Commit478178b

Browse files
committed
pathman: remove preload check from init.c
1 parent7519ffb commit478178b

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

‎contrib/pg_pathman/init.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,6 @@ init_shmem_config()
6464
pmstate->dsm_init_lock=LWLockAssign();
6565
pmstate->edit_partitions_lock=LWLockAssign();
6666
}
67-
#ifdefWIN32
68-
else
69-
{
70-
elog(ERROR,"Pathman module must be initialized in postmaster. "
71-
"Put the following line to configuration file: "
72-
"shared_preload_libraries='pg_pathman'");
73-
initialization_needed= false;
74-
}
75-
#endif
7667
}
7768

7869
create_relations_hashtable();

‎contrib/pg_pathman/pg_pathman.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ _PG_init(void)
155155
elog(ERROR,"Pathman module must be initialized in postmaster. "
156156
"Put the following line to configuration file: "
157157
"shared_preload_libraries='pg_pathman'");
158-
initialization_needed= false;
158+
initialization_needed= false;
159159
}
160160

161161
/* Request additional shared resources */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp