Обсуждение: pgsql: Pre branch pgindent / pgperltidy run

Поиск
Список
Период
Сортировка

pgsql: Pre branch pgindent / pgperltidy run

От
Andrew Dunstan
Дата:
Pre branch pgindent / pgperltidy run

Along the way make a slight adjustment to
src/include/utils/queryjumble.h to avoid an unused typedef.

Branch
------
master

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

Modified Files
--------------
src/backend/access/heap/hio.c                    |  4 +--
src/backend/catalog/genbki.pl                    | 10 ++++----
src/backend/catalog/heap.c                       |  2 +-
src/backend/executor/nodeModifyTable.c           | 21 ++++++++--------
src/backend/replication/logical/reorderbuffer.c  |  4 +--
src/backend/replication/logical/tablesync.c      |  2 +-
src/backend/replication/pgoutput/pgoutput.c      |  3 ++-
src/backend/storage/ipc/procarray.c              |  2 +-
src/bin/pgbench/t/001_pgbench_with_server.pl     |  6 ++---
src/include/nodes/execnodes.h                    |  2 +-
src/include/utils/queryjumble.h                  |  4 +--
src/test/perl/PostgresNode.pm                    |  4 +--
src/test/recovery/t/005_replay_delay.pl          | 32 ++++++++++++------------
src/test/recovery/t/025_stuck_on_old_timeline.pl | 20 +++++++++------
src/test/subscription/t/001_rep_changes.pl       | 23 +++++++++++------
src/test/subscription/t/010_truncate.pl          |  9 +++----
src/test/subscription/t/013_partition.pl         |  3 ++-
src/test/subscription/t/020_messages.pl          |  9 ++++---
src/tools/pgindent/typedefs.list                 | 10 +++++---
19 files changed, 94 insertions(+), 76 deletions(-)


Re: pgsql: Pre branch pgindent / pgperltidy run

От
Peter Geoghegan
Дата:
On Mon, Jun 28, 2021 at 8:08 AM Andrew Dunstan <andrew@dunslane.net> wrote:
> Pre branch pgindent / pgperltidy run

We recently started maintaining a file that lists ignorable commits --
commits that git-blame ignores to produce more helpful output (when an
individual hacker opts in).

See: https://postgr.es/m/CAH2-Wz=cVh3GHTP6SdLU-Gnmt2zRdF8vZkcrFdSzXQ=WhbWm9Q@mail.gmail.com

I went ahead and committed a new entry into .git-blame-ignore-revs for
this pgindent commit just now. Probably something that you should do
in passing next time.

Thanks
-- 
Peter Geoghegan