pgsql: Indent C code in flex and bison files

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Indent C code in flex and bison files
Date: 2022-05-13 05:18:23
Message-ID: E1npNh1-000SCh-I6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/30ed71e423ee63b263730b86326da2a629a29f84

Modified Files
--------------
contrib/cube/cubeparse.y | 8 +-
contrib/seg/segparse.y | 22 +-
src/backend/bootstrap/bootparse.y | 19 +-
src/backend/parser/gram.y | 2490 +++++++++++++++++++++-----------
src/backend/replication/repl_gram.y | 28 +-
src/backend/replication/repl_scanner.l | 5 +-
src/backend/utils/adt/jsonpath_gram.y | 41 +-
src/backend/utils/adt/jsonpath_scan.l | 4 +-
src/backend/utils/misc/guc-file.l | 8 +-
src/bin/pgbench/exprparse.y | 4 +-
src/interfaces/ecpg/preproc/pgc.l | 24 +-
src/pl/plpgsql/src/pl_gram.y | 469 +++---
12 files changed, 1955 insertions(+), 1167 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2022-05-13 09:35:57 pgsql: Doc: Improve description of the "parallel_commit" option for pos
Previous Message Andres Freund 2022-05-13 02:00:01 pgsql: Don't report stats in LogicalRepApplyLoop() when in xact.