pgsql: Revert part of the previous patch that avoided using PLy_elog().

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Revert part of the previous patch that avoided using PLy_elog().
Дата
Msg-id E1Smt0e-0007rU-AH@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert part of the previous patch that avoided using PLy_elog().

That caused the plpython_unicode regression test to fail on SQL_ASCII
encoding, as evidenced by the buildfarm. The reason is that with the patch,
you don't get the detail in the error message that you got before. That
detail is actually very informative, so rather than just adjust the expected
output, let's revert that part of the patch for now to make the buildfarm
green again, and figure out some other way to avoid the recursion of
PLy_elog() that doesn't lose the detail.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/13797cb46072403fd1696a1f4eb3a9d7634797a1

Modified Files
--------------
src/pl/plpython/plpython.c |   11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Revert part of the previous patch that avoided using PLy_elog().
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Don't try to trim "../" in join_path_components().