Content-Length: 274804 | pFad | http://github.com/postgrespro/postgres/commit/2c91e13013414cf77bb8026a19a926e08f4e9e7a
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
Fetched URL: http://github.com/postgrespro/postgres/commit/2c91e13013414cf77bb8026a19a926e08f4e9e7a
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments