Tweak format_type so that we get good behavior for both column type
Tom Lane <tgl@sss.pgh.pa.us>
Tweak format_type so that we get good behavior for both column type display (with a typemod) and function arg/result type display (without a typemod).
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/format_type.c | modified | +74 −43 |
| src/backend/utils/adt/ruleutils.c | modified | +4 −6 |