diff options
Diffstat (limited to 'src/test/regress/output/create_function_1.source')
| -rw-r--r-- | src/test/regress/output/create_function_1.source | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/regress/output/create_function_1.source b/src/test/regress/output/create_function_1.source index 9632114f93..b416c66cdd 100644 --- a/src/test/regress/output/create_function_1.source +++ b/src/test/regress/output/create_function_1.source @@ -5,22 +5,22 @@ CREATE FUNCTION widget_in(cstring) RETURNS widget AS '@abs_builddir@/regress@DLSUFFIX@' LANGUAGE 'c'; -WARNING: ProcedureCreate: type widget is not yet defined +NOTICE: ProcedureCreate: type widget is not yet defined CREATE FUNCTION widget_out(widget) RETURNS cstring AS '@abs_builddir@/regress@DLSUFFIX@' LANGUAGE 'c'; -WARNING: Argument type "widget" is only a shell +NOTICE: Argument type "widget" is only a shell CREATE FUNCTION int44in(cstring) RETURNS city_budget AS '@abs_builddir@/regress@DLSUFFIX@' LANGUAGE 'c'; -WARNING: ProcedureCreate: type city_budget is not yet defined +NOTICE: ProcedureCreate: type city_budget is not yet defined CREATE FUNCTION int44out(city_budget) RETURNS cstring AS '@abs_builddir@/regress@DLSUFFIX@' LANGUAGE 'c'; -WARNING: Argument type "city_budget" is only a shell +NOTICE: Argument type "city_budget" is only a shell CREATE FUNCTION check_primary_key () RETURNS trigger AS '@abs_builddir@/../../../contrib/spi/refint@DLSUFFIX@' |
