Tweak format_type so that we get good behavior for both column type

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ed1ff84750e237af343c267b630c17624be49916
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-11-19T19:51:20Z
Releases: 7.2.1
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

PathChange+/−
src/backend/utils/adt/format_type.c modified +74 −43
src/backend/utils/adt/ruleutils.c modified +4 −6