mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +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:
@@ -83,7 +83,7 @@ extern ObjectAddress AlterOperator(AlterOperatorStmt *stmt);
|
||||
extern ObjectAddress CreateStatistics(CreateStatsStmt *stmt);
|
||||
extern ObjectAddress AlterStatistics(AlterStatsStmt *stmt);
|
||||
extern void RemoveStatisticsById(Oid statsOid);
|
||||
extern Oid StatisticsGetRelation(Oid statId, bool missing_ok);
|
||||
extern Oid StatisticsGetRelation(Oid statId, bool missing_ok);
|
||||
|
||||
/* commands/aggregatecmds.c */
|
||||
extern ObjectAddress DefineAggregate(ParseState *pstate, List *name, List *args, bool oldstyle,
|
||||
|
||||
Reference in New Issue
Block a user