mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
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.