mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified.
This commit is contained in:
@@ -1258,7 +1258,7 @@ sort_inner_and_outer(PlannerInfo *root,
|
||||
|
||||
foreach(l, all_pathkeys)
|
||||
{
|
||||
PathKey *front_pathkey = (PathKey *) lfirst(l);
|
||||
PathKey *front_pathkey = (PathKey *) lfirst(l);
|
||||
List *cur_mergeclauses;
|
||||
List *outerkeys;
|
||||
List *innerkeys;
|
||||
|
||||
Reference in New Issue
Block a user