Skip to content

Commit f7389cd

Browse files
committed
Fix results of pl_python tests
1 parent 164b250 commit f7389cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pl/plpython/expected/plpython_test.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ contents.sort()
4343
return ", ".join(contents)
4444
$$ LANGUAGE plpythonu;
4545
select module_contents();
46-
module_contents
47-
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
48-
Error, Fatal, SPIError, cursor, debug, error, execute, fatal, info, log, notice, prepare, quote_ident, quote_literal, quote_nullable, spiexceptions, subtransaction, warning
46+
module_contents
47+
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
48+
Error, Fatal, SPIError, autonomous, cursor, debug, error, execute, fatal, info, log, notice, prepare, quote_ident, quote_literal, quote_nullable, spiexceptions, subtransaction, warning
4949
(1 row)
5050

5151
CREATE FUNCTION elog_test_basic() RETURNS void

0 commit comments

Comments
 (0)