mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
pgindent run for 9.4
This includes removing tabs after periods in C comments, which was applied to back branches, so this change should not effect backpatching.
This commit is contained in:
@ -316,7 +316,7 @@ ExecReScanRecursiveUnion(RecursiveUnionState *node)
|
||||
|
||||
/*
|
||||
* if chgParam of subnode is not null then plan will be re-scanned by
|
||||
* first ExecProcNode. Because of above, we only have to do this to the
|
||||
* first ExecProcNode. Because of above, we only have to do this to the
|
||||
* non-recursive term.
|
||||
*/
|
||||
if (outerPlan->chgParam == NULL)
|
||||
|
Reference in New Issue
Block a user