We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be318d commit 2eb6426Copy full SHA for 2eb6426
src/backend/executor/execMain.c
@@ -560,6 +560,10 @@ standard_ExecutorEnd(QueryDesc *queryDesc)
560
pgstat_update_parallel_workers_stats((PgStat_Counter) estate->es_parallel_workers_to_launch,
561
(PgStat_Counter) estate->es_parallel_workers_launched);
562
563
+ LogParallelWorkersIfNeeded(log_parallel_workers,
564
+ estate->es_parallel_workers_to_launch,
565
+ estate->es_parallel_workers_launched);
566
+
567
/*
568
* Check that ExecutorFinish was called, unless in EXPLAIN-only mode or if
569
* execution was aborted.
0 commit comments