mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +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.