10000
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 3b1a7eb commit 2c91e13Copy full SHA for 2c91e13
src/backend/storage/ipc/ipci.c
@@ -246,11 +246,6 @@ CreateSharedMemoryAndSemaphores(void)
246
/* Initialize subsystems */
247
CreateOrAttachShmemStructs();
248
249
- /*
250
- * Init array of Latches in shared memory for wait lsn
251
- */
252
- WaitLSNShmemInit();
253
-
254
#ifdef EXEC_BACKEND
255
256
/*
@@ -364,6 +359,7 @@ CreateOrAttachShmemStructs(void)
364
359
StatsShmemInit();
365
360
WaitEventExtensionShmemInit();
366
361
InjectionPointShmemInit();
362
+ WaitLSNShmemInit();
367
363
}
368
369
0 commit comments