From: Peter Eisentraut Date: Mon, 27 Jun 2022 10:53:05 +0000 (+0200) Subject: PL/Python: Update guide to alternative expected files X-Git-Tag: REL_15_BETA2~2 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=d28e26bbe288c786d8211d8c526c34c775170dea;p=postgresql.git PL/Python: Update guide to alternative expected files plpython_unicode_3.out was already removed a long time ago, so it being listed here was very out of date. plpython_types_3.out was removed with the Python 2 removal. --- diff --git a/src/pl/plpython/expected/README b/src/pl/plpython/expected/README index d735ae989bc..388c553a589 100644 --- a/src/pl/plpython/expected/README +++ b/src/pl/plpython/expected/README @@ -1,8 +1,3 @@ Guide to alternative expected files: plpython_error_5.out Python 3.5 and newer - -plpython_unicode.out server encoding != SQL_ASCII -plpython_unicode_3.out server encoding == SQL_ASCII - -plpython_types_3.out Python 3.x