aboutsummaryrefslogtreecommitdiff
path: root/contrib/test_shm_mq/worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/test_shm_mq/worker.c')
-rw-r--r--contrib/test_shm_mq/worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/test_shm_mq/worker.c b/contrib/test_shm_mq/worker.c
index 95b23c9788a..0322aafa37e 100644
--- a/contrib/test_shm_mq/worker.c
+++ b/contrib/test_shm_mq/worker.c
@@ -126,7 +126,7 @@ test_shm_mq_main(Datum main_arg)
++hdr->workers_ready;
SpinLockRelease(&hdr->mutex);
registrant = BackendPidGetProc(MyBgworkerEntry->bgw_notify_pid);
- if (registrant == NULL)
+ if (registrant == NULL)
{
elog(DEBUG1, "registrant backend has exited prematurely");
proc_exit(1);