mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
initdb/regression tests pass.
This commit is contained in:
@ -17,7 +17,7 @@ typedef struct
|
||||
char *ident;
|
||||
int nplans;
|
||||
void **splan;
|
||||
} EPlan;
|
||||
} EPlan;
|
||||
|
||||
static EPlan *FPlans = NULL;
|
||||
static int nFPlans = 0;
|
||||
|
Reference in New Issue
Block a user