From: Tomas Vondra Date: Sun, 9 Jul 2017 12:45:52 +0000 (+0200) Subject: Correct function line number in an error message X-Git-Tag: XL_10_R1BETA1~238 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=34113efa41004a9d51e43ed0fd29f7a9b0799e69;p=postgres-xl.git Correct function line number in an error message The line number was incorrect for some reason. Should be 24 and not 23. --- diff --git a/src/test/regress/expected/object_address.out b/src/test/regress/expected/object_address.out index f6c26228b6..7ea659d2b5 100644 --- 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 23 during statement block entry +CONTEXT: PL/pgSQL function inline_code_block line 24 during statement block entry -- these object types cannot be qualified names SELECT pg_get_object_address('language', '{one}', '{}'); ERROR: language "one" does not exist