Move the "instr_time" typedef and associated macros into a new header

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

Commit: 3bc25384d7a698f25e418bdc5aa7cdd038477d9c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-05-14T19:10:29Z
Releases: 8.4.0
Move the "instr_time" typedef and associated macros into a new header
file portability/instr_time.h, and add a couple more macros to eliminate
some abstraction leakage we formerly had.  Also update psql to use this
header instead of its own copy of nearly the same code.

This commit in itself is just code cleanup and shouldn't change anything.
It lays some groundwork for the upcoming function-stats patch, though.

Files