mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Fix #include "cash.h" to be #include <utils/cash.h>
Remove the TEST_MAIN stuff at the top...
This commit is contained in:
@ -19,14 +19,7 @@ Dale Schumacher, Academic Press, ISBN: 0-12-632360-7.
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
||||||
#ifdef TEST_MAIN
|
#include <utils/cash.h>
|
||||||
# include <stdlib.h>
|
|
||||||
# define palloc malloc
|
|
||||||
#else
|
|
||||||
# include <palloc.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "cash.h"
|
|
||||||
|
|
||||||
/* when we go to 64 bit values we will have to modify this */
|
/* when we go to 64 bit values we will have to modify this */
|
||||||
#define CASH_BUFSZ 24
|
#define CASH_BUFSZ 24
|
||||||
|
Reference in New Issue
Block a user