mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 00:28:59 -04:00
5ae88c65da
This got broken by commit 4c6cedd1b0,
which caused PL/pgsql error messages to print the function
signature, not just the name.
Per buildfarm.
Guide to alternative expected files: plpython_error_0.out Python 2.4 and older plpython_unicode.out server encoding != SQL_ASCII plpython_unicode_3.out server encoding == SQL_ASCII plpython_subtransaction_0.out Python 2.4 and older (without with statement) plpython_subtransaction_5.out Python 2.5 (without with statement) plpython_types_3.out Python 3.x Note: Building with Python 2.2 is supported, but there are no expected files for it (too much work to maintain).