Skip to content

Commit d22ae3e

Browse files
committed
Solaris portability fix that was previously made in contrib/tsearch2
but got lost from the version committed to main tree. Per Greg Stark.
1 parent eb5f4d6 commit d22ae3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/backend/utils/adt/tsquery_cleanup.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/utils/adt/tsquery_cleanup.c,v 1.4 2007/09/07 16:03:40 teodor Exp $
11+
* $PostgreSQL: pgsql/src/backend/utils/adt/tsquery_cleanup.c,v 1.5 2007/09/20 23:27:11 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -194,6 +194,9 @@ clean_NOT(QueryItem * ptr, int *len)
194194
#ifdef V_UNKNOWN /* exists in Windows headers */
195195
#undef V_UNKNOWN
196196
#endif
197+
#ifdef V_FALSE /* exists in Solaris headers */
198+
#undef V_FALSE
199+
#endif
197200

198201
/*
199202
* output values for result output parameter of clean_fakeval_intree

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy