pgsql: Preliminary work for pgindent run.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Preliminary work for pgindent run.
Date: 2018-04-26 18:47:27
Message-ID: E1fBlvT-0001oK-7A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Preliminary work for pgindent run.

Update typedefs.list from current buildfarm results. Adjust pgindent's
typedef blacklist to block some more unfortunate typedef names that have
snuck in since last time. Manually tweak a few places where I didn't
like the initial results of pgindent'ing.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f83bf385c1dad4964e0d899174989a1668536182

Modified Files
--------------
contrib/pg_trgm/trgm_op.c | 12 ++--
src/backend/libpq/be-secure-common.c | 4 +-
src/include/storage/reinit.h | 4 +-
src/port/pg_crc32c_armv8.c | 9 ++-
src/tools/pgindent/pgindent | 6 +-
src/tools/pgindent/typedefs.list | 105 ++++++++++++++++++++++++++++++++---
6 files changed, 118 insertions(+), 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2018-04-26 18:55:08 pgsql: C comment: add description of root_tuple_slot
Previous Message Tom Lane 2018-04-26 17:22:36 pgsql: Avoid parsing catalog data twice during BKI file construction.