Indent C code in flex and bison files
Peter Eisentraut <peter@eisentraut.org>
Indent C code in flex and bison files In the style of pgindent, done semi-manually. Discussion: https://www.postgresql.org/message-id/flat/7d062ecc-7444-23ec-a159-acd8adf9b586%40enterprisedb.com
Files
| Path | Change | +/− |
|---|---|---|
| contrib/cube/cubeparse.y | modified | +4 −4 |
| contrib/seg/segparse.y | modified | +12 −10 |
| src/backend/bootstrap/bootparse.y | modified | +10 −9 |
| src/backend/parser/gram.y | modified | +1636 −854 |
| src/backend/replication/repl_gram.y | modified | +14 −14 |
| src/backend/replication/repl_scanner.l | modified | +3 −2 |
| src/backend/utils/adt/jsonpath_gram.y | modified | +21 −20 |
| src/backend/utils/adt/jsonpath_scan.l | modified | +2 −2 |
| src/backend/utils/misc/guc-file.l | modified | +4 −4 |
| src/bin/pgbench/exprparse.y | modified | +2 −2 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +12 −12 |
| src/pl/plpgsql/src/pl_gram.y | modified | +235 −234 |
Discussion
- Indent C code in flex and bison files 1 message · 2022-05-09