Fix notice message from DROP FUNCTION IF EXISTS, and improve message
Tom Lane <tgl@sss.pgh.pa.us>
Fix notice message from DROP FUNCTION IF EXISTS, and improve message for DROP AGGREGATE IF EXISTS. Per report from Teodor.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/aggregatecmds.c | modified | +4 −3 |
| src/backend/commands/functioncmds.c | modified | +4 −6 |
| src/backend/parser/parse_type.c | modified | +49 −14 |
| src/include/parser/parse_type.h | modified | +2 −1 |