mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Initial pgindent and pgperltidy run for v14.
Also "make reformat-dat-files". The only change worthy of note is that pgindent messed up the formatting of launcher.c's struct LogicalRepWorkerId, which led me to notice that that struct wasn't used at all anymore, so I just took it out.
This commit is contained in:
@ -1103,7 +1103,7 @@ typedef struct PathTarget
|
||||
Index *sortgrouprefs; /* corresponding sort/group refnos, or 0 */
|
||||
QualCost cost; /* cost of evaluating the expressions */
|
||||
int width; /* estimated avg width of result tuples */
|
||||
VolatileFunctionStatus has_volatile_expr; /* indicates if exprs contain
|
||||
VolatileFunctionStatus has_volatile_expr; /* indicates if exprs contain
|
||||
* any volatile functions. */
|
||||
} PathTarget;
|
||||
|
||||
@ -2054,7 +2054,7 @@ typedef struct RestrictInfo
|
||||
|
||||
bool leakproof; /* true if known to contain no leaked Vars */
|
||||
|
||||
VolatileFunctionStatus has_volatile; /* to indicate if clause contains
|
||||
VolatileFunctionStatus has_volatile; /* to indicate if clause contains
|
||||
* any volatile functions. */
|
||||
|
||||
Index security_level; /* see comment above */
|
||||
|
Reference in New Issue
Block a user