mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 22:08:41 -04:00
f402b99501
Our actual convention, contrary to what I said in 59a2111b23, 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