citus_indent fixups

pull/1938/head
Andres Freund 2016-07-13 11:41:44 -07:00
parent 728eefcf2b
commit bafafcd1bf
2 changed files with 3 additions and 2 deletions

View File

@ -54,6 +54,7 @@ RequiresMasterEvaluation(Query *query)
return false; return false;
} }
/* /*
* Looks at each TargetEntry of the query and the jointree quals, evaluating * Looks at each TargetEntry of the query and the jointree quals, evaluating
* any sub-expressions which don't include Vars. * any sub-expressions which don't include Vars.