mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
Re-pgindent a few files.
Just because I'm a neatnik, and I'm currently working on code in this area. It annoys me to not be able to pgindent my patches without working around unrelated changes.
This commit is contained in:
@ -70,8 +70,8 @@ typedef struct PlannedStmt
|
||||
|
||||
struct Plan *planTree; /* tree of Plan nodes */
|
||||
|
||||
List *partPruneInfos; /* List of PartitionPruneInfo contained in
|
||||
* the plan */
|
||||
List *partPruneInfos; /* List of PartitionPruneInfo contained in the
|
||||
* plan */
|
||||
|
||||
List *rtable; /* list of RangeTblEntry nodes */
|
||||
|
||||
|
Reference in New Issue
Block a user