mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Silence Solaris compiler warnings, per buildfarm.
This commit is contained in:
@ -173,6 +173,9 @@ clean_NOT_v2(ITEM * ptr, int4 *len)
|
||||
#ifdef V_UNKNOWN /* exists in Windows headers */
|
||||
#undef V_UNKNOWN
|
||||
#endif
|
||||
#ifdef V_FALSE /* exists in Solaris headers */
|
||||
#undef V_FALSE
|
||||
#endif
|
||||
|
||||
#define V_UNKNOWN 0
|
||||
#define V_TRUE 1
|
||||
|
Reference in New Issue
Block a user