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:
@ -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
|
||||
|
Reference in New Issue
Block a user