pgsql: Fix pgperlsyncheck following SSL TAP test refactoring

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix pgperlsyncheck following SSL TAP test refactoring
Date: 2022-04-10 13:19:45
Message-ID: E1ndXTk-001Bah-Mn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix pgperlsyncheck following SSL TAP test refactoring

Commit 4a7e964fc6 made pgperlsyncheck fail, but apparently nobody
noticed, although the buildfarm module that does more or less the same
thing was modified. So fix the in-core test. I will look at unifying the
two sets of tests so we avoid a future mismatch.

Branch
------
master

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

Modified Files
--------------
src/tools/perlcheck/pgperlsyncheck | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-04-10 19:31:48 pgsql: Doc: reformat descriptions of pgbench output formats.
Previous Message Tom Lane 2022-04-09 19:09:50 pgsql: Doc: shorten JSON_SERIALIZE example to avoid a PDF build warning