From: Marc G. Fournier Date: Thu, 10 Apr 1997 20:42:35 +0000 (+0000) Subject: Fix #include "cash.h" to be #include X-Git-Tag: REL6_1~333 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac81b448c098ee868d88163b912c06570db6599;p=thirdparty%2Fpostgresql.git Fix #include "cash.h" to be #include Remove the TEST_MAIN stuff at the top... --- diff --git a/src/backend/utils/adt/cash.c b/src/backend/utils/adt/cash.c index 795095ec4e1..9c58f1bc6aa 100644 --- a/src/backend/utils/adt/cash.c +++ b/src/backend/utils/adt/cash.c @@ -19,14 +19,7 @@ Dale Schumacher, Academic Press, ISBN: 0-12-632360-7. #include #include -#ifdef TEST_MAIN -# include -# define palloc malloc -#else -# include -#endif - -#include "cash.h" +#include /* when we go to 64 bit values we will have to modify this */ #define CASH_BUFSZ 24