Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fac81b4

Browse files
committed
Fix #include "cash.h" to be #include <utils/cash.h>
Remove the TEST_MAIN stuff at the top...
1 parent 02d55fc commit fac81b4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/backend/utils/adt/cash.c

+1-8
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,7 @@ Dale Schumacher, Academic Press, ISBN: 0-12-632360-7.
1919
#include <ctype.h>
2020
#include <locale.h>
2121

22-
#ifdef TEST_MAIN
23-
# include <stdlib.h>
24-
# define palloc malloc
25-
#else
26-
# include <palloc.h>
27-
#endif
28-
29-
#include "cash.h"
22+
#include <utils/cash.h>
3023

3124
/* when we go to 64 bit values we will have to modify this */
3225
#define CASH_BUFSZ 24

0 commit comments

Comments
 (0)