Re: Fix vcregress plpython3 warning

From: Juan José Santamaría Flecha <juanjo(dot)santamaria(at)gmail(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix vcregress plpython3 warning
Date: 2022-01-10 11:51:00
Message-ID: CAC+AXB1H=Qc5k2nCPZArqNktyaeY8e2Y3n+TwZERPE18ZogSBA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jan 7, 2022 at 3:24 PM Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:

>
> In that case, just this should work:
>
> s/EXTENSION (\S*?)plpython2?u/EXTENSION $1plpython3u/g ;
>
> Please find attached a patch for so. I have also open an item in the
commitfest:

https://commitfest.postgresql.org/37/3507/

Regards,

Juan José Santamaría Flecha

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Juan José Santamaría Flecha 2022-01-10 11:53:40 Re: Fix vcregress plpython3 warning
Previous Message Amit Kapila 2022-01-10 11:50:16 Re: Skipping logical replication transactions on subscriber side