Standardize on using the Min, Max, and Abs macros that are in our c.h file,

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

Commit: 380bd04c1658795c77b3b808ee766347188fab5f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-10-21T19:28:36Z
Releases: 8.0.0
Standardize on using the Min, Max, and Abs macros that are in our c.h file,
getting rid of numerous ad-hoc versions that have popped up in various
places.  Shortens code and avoids conflict with Windows min() and max()
macros.

Files