pgsql: Pre branch pgindent / pgperltidy run

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Pre branch pgindent / pgperltidy run
Date: 2021-06-28 15:08:00
Message-ID: E1lxsrg-0006XN-BH@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message noreply 2021-06-28 15:09:01 pgsql: Branch REL_14_STABLE was created
Previous Message Peter Eisentraut 2021-06-28 06:39:08 pgsql: Message style improvements