aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/expected/create_function_1.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/expected/create_function_1.out')
-rw-r--r--src/test/regress/expected/create_function_1.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/regress/expected/create_function_1.out b/src/test/regress/expected/create_function_1.out
index 5345ed08400..6141b7060b1 100644
--- a/src/test/regress/expected/create_function_1.out
+++ b/src/test/regress/expected/create_function_1.out
@@ -28,3 +28,7 @@ CREATE FUNCTION int44out(city_budget)
AS :'regresslib'
LANGUAGE C STRICT IMMUTABLE;
NOTICE: argument type city_budget is only a shell
+CREATE FUNCTION test_canonicalize_path(text)
+ RETURNS text
+ AS :'regresslib'
+ LANGUAGE C STRICT IMMUTABLE;