*** pgsql/src/include/c.h 2008/03/17 19:44:41 1.224 --- pgsql/src/include/c.h 2008/04/18 18:43:09 1.225 *************** *** 12,18 **** * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/c.h,v 1.223 2008/02/23 19:11:45 tgl Exp $ * *------------------------------------------------------------------------- */ --- 12,18 ---- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/c.h,v 1.224 2008/03/17 19:44:41 petere Exp $ * *------------------------------------------------------------------------- */ *************** typedef uint32 bits32; /* >= 32 bits * *** 253,260 **** * Floating point number, AT LEAST N BITS IN SIZE, * used for numerical computations. * ! * Since sizeof(floatN) may be > sizeof(char *), always pass ! * floatN by reference. * * XXX: these typedefs are now deprecated in favor of float4 and float8. * They will eventually go away. --- 253,260 ---- * Floating point number, AT LEAST N BITS IN SIZE, * used for numerical computations. * ! * Since sizeof(float8) may be > sizeof(char *), always pass ! * float8 by reference. float4 is passed by value. * * XXX: these typedefs are now deprecated in favor of float4 and float8. * They will eventually go away.