Use format_type_be() instead of TypeNameToString() for some more user-facing
Peter Eisentraut <peter_e@gmx.net>
Use format_type_be() instead of TypeNameToString() for some more user-facing error messages where the type existence is established.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/comment.c | modified | +6 −6 |
| src/backend/commands/functioncmds.c | modified | +11 −11 |
| src/backend/commands/tablecmds.c | modified | +5 −5 |
| src/backend/commands/typecmds.c | modified | +4 −4 |
| src/test/regress/expected/alter_table.out | modified | +3 −3 |