From 81b5c8a1364e7d287fb0aaac848f7f84e64b86d3 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 28 Jul 2003 00:09:16 +0000 Subject: A visit from the message-style police ... --- src/test/regress/output/create_function_1.source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/regress/output') diff --git a/src/test/regress/output/create_function_1.source b/src/test/regress/output/create_function_1.source index 7779485305..44e74fb527 100644 --- a/src/test/regress/output/create_function_1.source +++ b/src/test/regress/output/create_function_1.source @@ -5,7 +5,7 @@ CREATE FUNCTION widget_in(cstring) RETURNS widget AS '@abs_builddir@/regress@DLSUFFIX@' LANGUAGE 'c'; -NOTICE: type widget is not yet defined +NOTICE: type "widget" is not yet defined DETAIL: Creating a shell type definition. CREATE FUNCTION widget_out(widget) RETURNS cstring @@ -16,7 +16,7 @@ CREATE FUNCTION int44in(cstring) RETURNS city_budget AS '@abs_builddir@/regress@DLSUFFIX@' LANGUAGE 'c'; -NOTICE: type city_budget is not yet defined +NOTICE: type "city_budget" is not yet defined DETAIL: Creating a shell type definition. CREATE FUNCTION int44out(city_budget) RETURNS cstring -- cgit v1.2.1