Skip to content
Snippets Groups Projects
Commit cc0d90b7 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

to_char(float4/8): zero pad to specified length

Previously, zero padding was limited to the internal length, rather than
the specified length.  This allows it to match to_char(int/numeric), which
always padded to the specified length.

Regression tests added.

BACKWARD INCOMPATIBILITY
parent 1933a5bb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment