1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-18 13:44:19 +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:
Tom Lane 2022-12-04 14:25:53 -05:00
parent e76913802c
commit 92c4dafe1e
4 changed files with 7 additions and 7 deletions

View File

@ -70,8 +70,8 @@ typedef struct PlannedStmt
struct Plan *planTree; /* tree of Plan nodes */ struct Plan *planTree; /* tree of Plan nodes */
List *partPruneInfos; /* List of PartitionPruneInfo contained in List *partPruneInfos; /* List of PartitionPruneInfo contained in the
* the plan */ * plan */
List *rtable; /* list of RangeTblEntry nodes */ List *rtable; /* list of RangeTblEntry nodes */