pgsql-server/src backend/commands/functioncmds ...

Started by Tom Laneover 23 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 02/11/01 14:19:58

Modified files:
src/backend/commands: functioncmds.c
src/test/regress/expected: create_type.out
src/test/regress/output: create_function_1.source

Log message:
Reduce messages associated with shell-type function arguments/results
from WARNING to NOTICE, since they are expected messages in common cases.