pgsql: Fix missing "use Test::More" in Kerberos.pm.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix missing "use Test::More" in Kerberos.pm.
Date: 2025-08-18 18:55:05
Message-ID: E1uo50a-000WRv-31@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)com>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2025-08-18 22:59:07 pgsql: Use elog(DEBUG4) for dynahash.c statistics output
Previous Message Tom Lane 2025-08-18 13:47:14 Re: pgsql: Move SQL-callable code related to multixacts into its own file