mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Fix misc typos in comments.
Spotted mostly by Fabien Coelho. Discussion: https://www.postgresql.org/message-id/alpine.DEB.2.21.1901230947050.16643@lancre
This commit is contained in:
@ -1049,7 +1049,7 @@ ExecParallelRetrieveJitInstrumentation(PlanState *planstate,
|
||||
MemoryContextAllocZero(planstate->state->es_query_cxt, sizeof(JitInstrumentation));
|
||||
combined = planstate->state->es_jit_worker_instr;
|
||||
|
||||
/* Accummulate all the workers' instrumentations. */
|
||||
/* Accumulate all the workers' instrumentations. */
|
||||
for (n = 0; n < shared_jit->num_workers; ++n)
|
||||
InstrJitAgg(combined, &shared_jit->jit_instr[n]);
|
||||
|
||||
|
Reference in New Issue
Block a user