From 2e3b16c8ba22991c4c1e165cf02050ca89309c05 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 3 Nov 2009 11:05:03 +0000 Subject: Improve PL/Python elog output When the elog functions (plpy.info etc.) get a single argument, just print that argument instead of printing the single-member tuple like ('foo',). --- src/pl/plpython/expected/plpython_spi.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pl/plpython/expected/plpython_spi.out') diff --git a/src/pl/plpython/expected/plpython_spi.out b/src/pl/plpython/expected/plpython_spi.out index 9097262a48d..11bf00da1f5 100644 --- a/src/pl/plpython/expected/plpython_spi.out +++ b/src/pl/plpython/expected/plpython_spi.out @@ -125,7 +125,7 @@ else: return None $$ LANGUAGE plpythonu; SELECT result_nrows_test(); -INFO: (True,) +INFO: True CONTEXT: PL/Python function "result_nrows_test" result_nrows_test ------------------- -- cgit v1.2.3