projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aefdb1b
)
Correct function line number in an error message
author
Tomas Vondra
<
[email protected]
>
Sun, 9 Jul 2017 12:45:52 +0000
(14:45 +0200)
committer
Tomas Vondra
<
[email protected]
>
Sun, 9 Jul 2017 12:45:52 +0000
(14:45 +0200)
The line number was incorrect for some reason. Should be 24 and not 23.
src/test/regress/expected/object_address.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/object_address.out
b/src/test/regress/expected/object_address.out
index f6c26228b62901d979b7577e5314f995d4dce153..7ea659d2b5afa55d084ef03f611c34efe60436df 100644
(file)
--- a/
src/test/regress/expected/object_address.out
+++ b/
src/test/regress/expected/object_address.out
@@
-122,7
+122,7
@@
BEGIN
END;
$$;
ERROR: Internal subtransactions not supported in Postgres-XL
-CONTEXT: PL/pgSQL function inline_code_block line 2
3
during statement block entry
+CONTEXT: PL/pgSQL function inline_code_block line 2
4
during statement block entry
-- these object types cannot be qualified names
SELECT pg_get_object_address('language', '{one}', '{}');
ERROR: language "one" does not exist