Fix vcregress plpython3 warning

From: Juan José Santamaría Flecha <juanjo(dot)santamaria(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix vcregress plpython3 warning
Date: 2022-01-07 12:20:52
Message-ID: CAC+AXB1XsEkD6GyGErpfm68NrVVdpwMFA5YR68=59giG+15h6g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

When running the plcheck in Windows we get the following warning, it is
visible in the cfbots [1]:

Use of uninitialized value $1 in concatenation (.) or string at
src/tools/msvc/vcregress.pl line 350.

This points to mangle_plpython3 subroutine. The attached patch addresses
the problem.

[1] http://commitfest.cputube.org/

Regards,

Juan José Santamaría Flecha

Attachment Content-Type Size
0001-Fix-vcregress-plpython3-warning.patch application/octet-stream 580 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ali Koca 2022-01-07 12:48:24 Python Plain Text Sender
Previous Message Tomas Vondra 2022-01-07 12:03:28 Re: Use generation context to speed up tuplesorts