Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a687ec7

Browse filesBrowse files
committed
Fix whitespace
1 parent b1365ff commit a687ec7
Copy full SHA for a687ec7

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎contrib/test_shm_mq/setup.c

Copy file name to clipboardExpand all lines: contrib/test_shm_mq/setup.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ wait_for_workers_to_become_ready(worker_state *wstate,
279279
break;
280280
}
281281

282-
/* Wait to be signalled. */
282+
/* Wait to be signalled. */
283283
WaitLatch(&MyProc->procLatch, WL_LATCH_SET, 0);
284284

285285
/* An interrupt may have occurred while we were waiting. */

‎contrib/test_shm_mq/worker.c

Copy file name to clipboardExpand all lines: contrib/test_shm_mq/worker.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ test_shm_mq_main(Datum main_arg)
126126
++hdr->workers_ready;
127127
SpinLockRelease(&hdr->mutex);
128128
registrant = BackendPidGetProc(MyBgworkerEntry->bgw_notify_pid);
129-
if (registrant == NULL)
129+
if (registrant == NULL)
130130
{
131131
elog(DEBUG1, "registrant backend has exited prematurely");
132132
proc_exit(1);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.