mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Post-feature-freeze pgindent run.
Discussion: https://postgr.es/m/15719.1523984266@sss.pgh.pa.us
This commit is contained in:
@ -628,7 +628,7 @@ gather_merge_readnext(GatherMergeState *gm_state, int reader, bool nowait)
|
||||
{
|
||||
PlanState *outerPlan = outerPlanState(gm_state);
|
||||
TupleTableSlot *outerTupleSlot;
|
||||
EState *estate = gm_state->ps.state;
|
||||
EState *estate = gm_state->ps.state;
|
||||
|
||||
/* Install our DSA area while executing the plan. */
|
||||
estate->es_query_dsa = gm_state->pei ? gm_state->pei->area : NULL;
|
||||
|
Reference in New Issue
Block a user