Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5ae88c6

Browse files
committed
Adjust expected regression test outputs for PL/python.
This got broken by commit 4c6cedd, which caused PL/pgsql error messages to print the function signature, not just the name. Per buildfarm.
1 parent c327108 commit 5ae88c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pl/plpython/expected/plpython_error.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ PL/Python function "python_traceback"
292292
SELECT sql_error();
293293
ERROR: division by zero
294294
CONTEXT: SQL statement "select 1/0"
295-
PL/pgSQL function "sql_error" line 3 at SQL statement
295+
PL/pgSQL function "sql_error()" line 3 at SQL statement
296296
SELECT python_from_sql_error();
297297
ERROR: spiexceptions.DivisionByZero: division by zero
298298
CONTEXT: Traceback (most recent call last):
@@ -306,7 +306,7 @@ CONTEXT: Traceback (most recent call last):
306306
plpy.execute("select sql_error()")
307307
PL/Python function "python_traceback"
308308
SQL statement "select python_traceback()"
309-
PL/pgSQL function "python_from_sql_error" line 3 at SQL statement
309+
PL/pgSQL function "python_from_sql_error()" line 3 at SQL statement
310310
SELECT sql_from_python_error();
311311
ERROR: spiexceptions.DivisionByZero: division by zero
312312
CONTEXT: Traceback (most recent call last):

0 commit comments

Comments
 (0)