pgsql: Avoid warning about uninitialized value in MSVC python3 tests

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Avoid warning about uninitialized value in MSVC python3 tests
Date: 2022-01-10 15:13:34
Message-ID: E1n6wMY-0002FK-Ky@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid warning about uninitialized value in MSVC python3 tests

Juan José Santamaría Flecha

Backpatch to all live branches

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/32cd4264ccfc00234c6500913800983ca1073729

Modified Files
--------------
src/tools/msvc/vcregress.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-01-10 16:47:22 pgsql: Doc: fix bogus example about ambiguous timestamps.
Previous Message Thomas Munro 2022-01-10 11:27:53 pgsql: Make EXEC_BACKEND more convenient on Linux and FreeBSD.