Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commita687ec7

Browse files
committed
Fix whitespace
1 parentb1365ff commita687ec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎contrib/test_shm_mq/setup.c

Lines 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

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp