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 64b5868 commit 8b3f4d4Copy full SHA for 8b3f4d4
src/shared_ispell.c
@@ -149,6 +149,7 @@ _PG_init(void)
149
shmem_startup_hook = ispell_shmem_startup;
150
}
151
152
+#if PG_VERSION_NUM >= 150000
153
static void
154
shared_ispell_shmem_request(void)
155
{
@@ -159,6 +160,7 @@ shared_ispell_shmem_request(void)
159
160
161
RequestNamedLWLockTranche("shared_ispell", 1);
162
163
+#endif
164
165
/*
166
* Probably the most important part of the startup - initializes the
0 commit comments