mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
pgindent run for 9.5
This commit is contained in:
@ -290,7 +290,7 @@ ExecSortRestrPos(SortState *node)
|
||||
void
|
||||
ExecReScanSort(SortState *node)
|
||||
{
|
||||
PlanState *outerPlan = outerPlanState(node);
|
||||
PlanState *outerPlan = outerPlanState(node);
|
||||
|
||||
/*
|
||||
* If we haven't sorted yet, just return. If outerplan's chgParam is not
|
||||
|
Reference in New Issue
Block a user