Type names should not be quoted
Alvaro Herrera <alvherre@alvh.no-ip.org>
Type names should not be quoted Our actual convention, contrary to what I said in 59a2111b23f, is not to quote type names, as evidenced by unquoted use of format_type_be() result value in error messages. Remove quotes from recently tweaked messages accordingly. Per note from Tom Lane
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/amcmds.c | modified | +1 −1 |
| src/backend/commands/conversioncmds.c | modified | +1 −1 |
| src/backend/commands/event_trigger.c | modified | +1 −1 |
| src/backend/commands/foreigncmds.c | modified | +1 −1 |
| src/backend/commands/operatorcmds.c | modified | +2 −2 |
| src/backend/commands/proclang.c | modified | +2 −2 |
| src/backend/commands/trigger.c | modified | +1 −1 |
| src/backend/commands/typecmds.c | modified | +10 −10 |
| src/backend/parser/parse_clause.c | modified | +1 −1 |
| src/test/regress/expected/event_trigger.out | modified | +1 −1 |