summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/json_encoding.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/sql/json_encoding.sql')
-rw-r--r--src/test/regress/sql/json_encoding.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/sql/json_encoding.sql b/src/test/regress/sql/json_encoding.sql
index f87b3bd4f3..aceb8dbc3c 100644
--- a/src/test/regress/sql/json_encoding.sql
+++ b/src/test/regress/sql/json_encoding.sql
@@ -79,4 +79,4 @@ SELECT jsonb '{ "a": "null \\u0000 escape" }' ->> 'a' as not_an_escape;
-- soft error for input-time failure
-select pg_input_error_message('{ "a": "\ud83d\ude04\ud83d\udc36" }', 'jsonb');
+select * from pg_input_error_info('{ "a": "\ud83d\ude04\ud83d\udc36" }', 'jsonb');