Date: Monday, June  5, 2000 @ 03:28:35
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/access/hash
     from hub.org:/home/projects/pgsql/tmp/cvs-serv83654/src/backend/access/hash
Modified Files:
	hashfunc.c 
-----------------------------  Log Message  -----------------------------
Latest round of fmgr updates.  All functions with bool,char, or int2
inputs have been converted to newstyle.  This should go a long way towards
fixing our portability problems with platforms where char and short
parameters are passed differently from int-width parameters.  Still
more to do for the Alpha port however.