mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Manual cleanup of pgindent results.
Fix some places where pgindent did silly stuff, often because project style wasn't followed to begin with. (I've not touched the atomics headers, though.)
This commit is contained in:
@ -106,8 +106,8 @@ typedef struct
|
||||
int wrapColumn; /* max line length, or -1 for no limit */
|
||||
int indentLevel; /* current indent level for prettyprint */
|
||||
bool varprefix; /* TRUE to print prefixes on Vars */
|
||||
ParseExprKind special_exprkind; /* set only for exprkinds needing */
|
||||
/* special handling */
|
||||
ParseExprKind special_exprkind; /* set only for exprkinds needing
|
||||
* special handling */
|
||||
} deparse_context;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user