Partial pgindent of .l and .y files
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 25 Dec 2024 16:52:42 +0000 (17:52 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 25 Dec 2024 16:55:42 +0000 (17:55 +0100)
commit301de6a6f609cb3ad2d9d31fd8db9ae6c71e6dea
tree7c57fcf394a1688b09b0e9d445e00e36fb4d88b2
parent2571c1d5cc5ed2620d601a7e12179bd951f2e202
Partial pgindent of .l and .y files

Trying to clean up the code a bit while we're working on these files
for the reentrant scanner/pure parser patches.  This cleanup only
touches the code sections after the second '%%' in each file, via a
manually-supervised and locally hacked up pgindent.
16 files changed:
contrib/cube/cubeparse.y
contrib/cube/cubescan.l
contrib/seg/segscan.l
src/backend/bootstrap/bootscanner.l
src/backend/parser/gram.y
src/backend/parser/scan.l
src/backend/replication/repl_scanner.l
src/backend/replication/syncrep_scanner.l
src/backend/utils/adt/jsonpath_gram.y
src/backend/utils/adt/jsonpath_scan.l
src/backend/utils/misc/guc-file.l
src/bin/pgbench/exprparse.y
src/bin/psql/psqlscanslash.l
src/fe_utils/psqlscan.l
src/interfaces/ecpg/preproc/pgc.l
src/pl/plpgsql/src/pl_gram.y