We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e2bbc commit 7519ffbCopy full SHA for 7519ffb
contrib/pg_pathman/pg_pathman.c
@@ -150,15 +150,13 @@ bms_print(Bitmapset *bms)
150
void
151
_PG_init(void)
152
{
153
-#ifndef WIN32
154
- if (IsUnderPostmaster)
+ if (!process_shared_preload_libraries_in_progress)
155
156
elog(ERROR, "Pathman module must be initialized in postmaster. "
157
"Put the following line to configuration file: "
158
"shared_preload_libraries='pg_pathman'");
159
initialization_needed = false;
160
}
161
-#endif
162
163
/* Request additional shared resources */
164
RequestAddinShmemSpace(pathman_memsize());
0 commit comments