Re: pgsql: Prevent the injection of invalidly encoded strings by PL/Python - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Prevent the injection of invalidly encoded strings by PL/Python
Date
Msg-id 4BA39D5F.7030600@dunslane.net
Whole thread Raw
In response to pgsql: Prevent the injection of invalidly encoded strings by PL/Python  (petere@postgresql.org (Peter Eisentraut))
List pgsql-committers

Peter Eisentraut wrote:
> Log Message:
> -----------
> Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL
> with a few strategically placed pg_verifymbstr calls.
>
>
>

Awesome. Do we need to fix pltcl too?

cheers

andrew

pgsql-committers by date:

Previous
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Adjust comment in .history file to match recovery target
Next
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Update XLOG_PAGE_MAGIC to recognise WAL format changes.