mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +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:
@ -216,7 +216,7 @@ ExecIndexEvalRuntimeKeys(ExprContext *econtext,
|
||||
|
||||
/*
|
||||
* For each run-time key, extract the run-time expression and evaluate
|
||||
* it with respect to the current context. We then stick the result
|
||||
* it with respect to the current context. We then stick the result
|
||||
* into the proper scan key.
|
||||
*
|
||||
* Note: the result of the eval could be a pass-by-ref value that's
|
||||
@ -349,7 +349,7 @@ ExecIndexAdvanceArrayKeys(IndexArrayKeyInfo *arrayKeys, int numArrayKeys)
|
||||
/*
|
||||
* Note we advance the rightmost array key most quickly, since it will
|
||||
* correspond to the lowest-order index column among the available
|
||||
* qualifications. This is hypothesized to result in better locality of
|
||||
* qualifications. This is hypothesized to result in better locality of
|
||||
* access in the index.
|
||||
*/
|
||||
for (j = numArrayKeys - 1; j >= 0; j--)
|
||||
|
Reference in New Issue
Block a user