pgsql: Add perl2host call missing from a new test file.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add perl2host call missing from a new test file.
Date: 2020-04-04 22:46:20
Message-ID: E1jKrYS-0006VN-Es@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add perl2host call missing from a new test file.

Oversight in today's commit c6b92041d38512a4176ed76ad06f713d2e6c01a8.
Per buildfarm member jacana.

Discussion: http://postgr.es/m/20200404223212.GC3442685@rfd.leadboat.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/70de4e950c3b9db620346317f30d31827ac6c3f1

Modified Files
--------------
src/test/recovery/t/018_wal_optimize.pl | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-04-05 02:07:53 pgsql: Allow pg_stat_statements to track WAL usage statistics.
Previous Message Tom Lane 2020-04-04 22:03:36 pgsql: Remove bogus Assert, add some regression test cases showing why.