Skip to content

Commit

Permalink
Bring back query cost estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
kovmir committed Jan 27, 2024
1 parent c4b87df commit 52267a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pg_show_plans.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ pgsp_ExecutorStart(QueryDesc *queryDesc, int eflags)

es = NewExplainState();
es->format = pgsp->plan_format;
es->costs = false;
ExplainBeginOutput(es);
ExplainPrintPlan(es, queryDesc);
ExplainEndOutput(es);
Expand Down

0 comments on commit 52267a9

Please sign in to comment.