Correct function line number in an error message
authorTomas Vondra <tomas@2ndquadrant.com>
Sun, 9 Jul 2017 12:45:52 +0000 (14:45 +0200)
committerTomas Vondra <tomas@2ndquadrant.com>
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

index f6c26228b62901d979b7577e5314f995d4dce153..7ea659d2b5afa55d084ef03f611c34efe60436df 100644 (file)
@@ -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