mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Post-feature-freeze pgindent run.
Discussion: https://postgr.es/m/15719.1523984266@sss.pgh.pa.us
This commit is contained in:
@ -214,8 +214,8 @@ ExecInitSort(Sort *node, EState *estate, int eflags)
|
||||
ExecCreateScanSlotFromOuterPlan(estate, &sortstate->ss);
|
||||
|
||||
/*
|
||||
* Initialize return slot and type. No need to initialize projection info because
|
||||
* this node doesn't do projections.
|
||||
* Initialize return slot and type. No need to initialize projection info
|
||||
* because this node doesn't do projections.
|
||||
*/
|
||||
ExecInitResultTupleSlotTL(estate, &sortstate->ss.ps);
|
||||
sortstate->ss.ps.ps_ProjInfo = NULL;
|
||||
|
Reference in New Issue
Block a user