1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Win32 compile fixes for pgbench, pgcrypto, and tsearch.

Claudio Natoli
This commit is contained in:
Tom Lane
2004-09-14 03:39:55 +00:00
parent fc564686a7
commit bf06825e31
5 changed files with 34 additions and 19 deletions

View File

@ -174,6 +174,9 @@ clean_NOT(ITEM * ptr, int4 *len)
return plaintree(clean_NOT_intree(root), len);
}
#ifdef V_UNKNOWN /* apparently Windows defines this :-( */
#undef V_UNKNOWN
#endif
#define V_UNKNOWN 0
#define V_TRUE 1
#define V_FALSE 2