Adjust display of actual runtimes in EXPLAIN output to use three fractional
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |