pgsql: Silence perl warning about uninitialized value

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Silence perl warning about uninitialized value
Date: 2021-08-01 17:04:46
Message-ID: E1mAEtK-0001sh-Ma@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Silence perl warning about uninitialized value

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0d1401931868e03342ed4689b5af2522eb40f750

Modified Files
--------------
src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-08-02 03:02:55 pgsql: Fix test failure in 021_twophase.pl.
Previous Message Andrew Dunstan 2021-08-01 12:09:47 Re: pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre