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 b1365ff commit a687ec7Copy full SHA for a687ec7
contrib/test_shm_mq/setup.c
@@ -279,7 +279,7 @@ wait_for_workers_to_become_ready(worker_state *wstate,
279
break;
280
}
281
282
- /* Wait to be signalled. */
+ /* Wait to be signalled. */
283
WaitLatch(&MyProc->procLatch, WL_LATCH_SET, 0);
284
285
/* An interrupt may have occurred while we were waiting. */
contrib/test_shm_mq/worker.c
@@ -126,7 +126,7 @@ test_shm_mq_main(Datum main_arg)
126
++hdr->workers_ready;
127
SpinLockRelease(&hdr->mutex);
128
registrant = BackendPidGetProc(MyBgworkerEntry->bgw_notify_pid);
129
- if (registrant == NULL)
+ if (registrant == NULL)
130
{
131
elog(DEBUG1, "registrant backend has exited prematurely");
132
proc_exit(1);
0 commit comments