Commit a687ec7d authored by Peter Eisentraut's avatar Peter Eisentraut

Fix whitespace

parent b1365ff7
...@@ -279,7 +279,7 @@ wait_for_workers_to_become_ready(worker_state *wstate, ...@@ -279,7 +279,7 @@ wait_for_workers_to_become_ready(worker_state *wstate,
break; break;
} }
/* Wait to be signalled. */ /* Wait to be signalled. */
WaitLatch(&MyProc->procLatch, WL_LATCH_SET, 0); WaitLatch(&MyProc->procLatch, WL_LATCH_SET, 0);
/* An interrupt may have occurred while we were waiting. */ /* An interrupt may have occurred while we were waiting. */
......
...@@ -126,7 +126,7 @@ test_shm_mq_main(Datum main_arg) ...@@ -126,7 +126,7 @@ test_shm_mq_main(Datum main_arg)
++hdr->workers_ready; ++hdr->workers_ready;
SpinLockRelease(&hdr->mutex); SpinLockRelease(&hdr->mutex);
registrant = BackendPidGetProc(MyBgworkerEntry->bgw_notify_pid); registrant = BackendPidGetProc(MyBgworkerEntry->bgw_notify_pid);
if (registrant == NULL) if (registrant == NULL)
{ {
elog(DEBUG1, "registrant backend has exited prematurely"); elog(DEBUG1, "registrant backend has exited prematurely");
proc_exit(1); proc_exit(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment