]> granicus.if.org Git - postgresql/commit
Revert part of the previous patch that avoided using PLy_elog().
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 5 Jul 2012 20:40:25 +0000 (23:40 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 5 Jul 2012 20:44:55 +0000 (23:44 +0300)
commit13797cb46072403fd1696a1f4eb3a9d7634797a1
treef963f59f906b0cb883ee9bfd142b27c8a4ff592a
parent2956745fa7488ec810b5752dadca5511011ed0b6
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.
src/pl/plpython/plpython.c