We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0138dc7 commit 9526428Copy full SHA for 9526428
collector.c
@@ -470,7 +470,7 @@ pgws_collector_main(Datum main_arg)
470
send_profile(profile_hash, mqh);
471
break;
472
default:
473
- AssertState(false);
+ Assert(false);
474
}
475
476
case SHM_MQ_DETACHED:
@@ -480,7 +480,7 @@ pgws_collector_main(Datum main_arg)
480
"detached")));
481
482
483
484
485
shm_mq_detach_compat(mqh, pgws_collector_mq);
486
0 commit comments