Adjust display of actual runtimes in EXPLAIN output to use three fractional

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fe1b5034dd557822b28877bf423828d37c847702
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-10-17T01:14:26Z
Releases: 7.4.1
Adjust display of actual runtimes in EXPLAIN output to use three fractional
digits, and label it 'ms' not 'msec', for consistency with psql's \timing
display.  Per recent discussions.

Files

PathChange+/−
doc/src/sgml/perform.sgml modified +5 −5
doc/src/sgml/ref/explain.sgml modified +4 −4
src/backend/commands/explain.c modified +3 −3