File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,6 @@ init_shmem_config()
64
64
pmstate -> dsm_init_lock = LWLockAssign ();
65
65
pmstate -> edit_partitions_lock = LWLockAssign ();
66
66
}
67
- #ifdef WIN32
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
76
67
}
77
68
78
69
create_relations_hashtable ();
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ _PG_init(void)
155
155
elog (ERROR , "Pathman module must be initialized in postmaster. "
156
156
"Put the following line to configuration file: "
157
157
"shared_preload_libraries='pg_pathman'" );
158
- initialization_needed = false;
158
+ initialization_needed = false;
159
159
}
160
160
161
161
/* Request additional shared resources */
You can’t perform that action at this time.
0 commit comments