Skip to content

Commit 5f2499d

Browse files
committed
Update to match error editing.
1 parent 3b04893 commit 5f2499d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pl/plpython/error.expected

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
SELECT invalid_type_uncaught('rick');
22
WARNING: plpython: in function invalid_type_uncaught:
3-
plpy.SPIError: Unknown error in PLy_spi_prepare.
4-
ERROR: Type "test" does not exist
3+
DETAIL: plpy.SPIError: Unknown error in PLy_spi_prepare
4+
ERROR: type "test" does not exist
55
SELECT invalid_type_caught('rick');
66
WARNING: plpython: in function invalid_type_caught:
7-
plpy.SPIError: Unknown error in PLy_spi_prepare.
8-
ERROR: Type "test" does not exist
7+
DETAIL: plpy.SPIError: Unknown error in PLy_spi_prepare
8+
ERROR: type "test" does not exist
99
SELECT invalid_type_reraised('rick');
1010
WARNING: plpython: in function invalid_type_reraised:
11-
plpy.SPIError: Unknown error in PLy_spi_prepare.
12-
ERROR: Type "test" does not exist
11+
DETAIL: plpy.SPIError: Unknown error in PLy_spi_prepare
12+
ERROR: type "test" does not exist
1313
SELECT valid_type('rick');
1414
valid_type
1515
------------

0 commit comments

Comments
 (0)