pgsql: Consistently capitalize names of recovery tests

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Consistently capitalize names of recovery tests
Date: 2016-08-02 16:37:26
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Consistently capitalize names of recovery tests

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f6ced51f9188ad5806219471a0b40a91dde923aa

Modified Files
--------------
src/test/recovery/t/001_stream_rep.pl | 4 ++--
src/test/recovery/t/003_recovery_targets.pl | 10 +++++-----
src/test/recovery/t/005_replay_delay.pl | 2 +-
src/test/recovery/t/007_sync_rep.pl | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-08-02 16:50:28 pgsql: Fix pg_dump's handling of public schema with both -c and -C opti
Previous Message Tom Lane 2016-08-01 20:12:07 pgsql: Minor cleanup for access/transam/parallel.c.