Fix format_type() to display correct lengths for BIT/BIT VARYING.

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

Commit: 469673f96638b9279844538a89c75b5295b62a78
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-08-21T18:23:18Z
Releases: 7.1.1
Fix format_type() to display correct lengths for BIT/BIT VARYING.
Also, make it depend on type OIDs rather than type names for more
consistency with rest of backend.

Files

PathChange+/−
src/backend/utils/adt/format_type.c modified +121 −105