pg_size_pretty(numeric)

Robert Haas <rhaas@postgresql.org>

Commit: 4a2d7ad76f5f275ef2d6a57e1a61d5bf756349e8
Author: Robert Haas <rhaas@postgresql.org>
Date: 2012-04-14T12:07:25Z
Releases: 9.2.0
pg_size_pretty(numeric)

The output of the new pg_xlog_location_diff function is of type numeric,
since it could theoretically overflow an int8 due to signedness; this
provides a convenient way to format such values.

Fujii Masao, with some beautification by me.

Files