pgsql: Fix missing "use Test::More" in Kerberos.pm. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix missing "use Test::More" in Kerberos.pm.
Date
Msg-id E1uo50a-000WRv-31@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix missing "use Test::More" in Kerberos.pm.

Apparently the only Test::More function this script uses is
BAIL_OUT, so this omission just results in the wrong error
output appearing in the cases where it bails out.

Seems to have been an oversight in commit 9f899562d which
split Kerberos.pm out of another script.

Author: Maxim Orlov <orlovmg@gmail.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CACG=ezY1Dp-S94b78nN0ZuaBGGcMUB6_nF-VyYUwPt1ArFqmGA@mail.gmail.com
Backpatch-through: 17

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4483dd9c66faecefac47ab2a45ed2a682004c520

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Kerberos.pm | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Move SQL-callable code related to multixacts into its own file
Next
From: David Rowley
Date:
Subject: pgsql: Use elog(DEBUG4) for dynahash.c statistics output