8000
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 7381528 commit e4c50b7Copy full SHA for e4c50b7
Makefile
@@ -21,4 +21,6 @@ include $(top_builddir)/src/Makefile.global
21
include $(top_srcdir)/contrib/contrib-global.mk
22
endif
23
24
-installcheck:;
+# Disabled because these tests require "shared_preload_libraries=shared_ispell",
25
+# which typical installcheck users do not have (e.g. buildfarm clients).
26
+installcheck: REGRESS=
src/shared_ispell.c
@@ -166,7 +166,7 @@ _PG_fini(void)
166
static void
167
ispell_shmem_startup()
168
{
169
- bool found = FALSE;
+ bool found = false;
170
char *segment;
171
172
if (prev_shmem_startup_hook)
0 commit comments