Fix format_type() to display correct lengths for BIT/BIT VARYING.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/format_type.c | modified | +121 −105 |