8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5f4d6 commit d22ae3eCopy full SHA for d22ae3e
src/backend/utils/adt/tsquery_cleanup.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/utils/adt/tsquery_cleanup.c,v 1.4 2007/09/07 16:03:40 teodor Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/tsquery_cleanup.c,v 1.5 2007/09/20 23:27:11 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -194,6 +194,9 @@ clean_NOT(QueryItem * ptr, int *len)
194
#ifdef V_UNKNOWN /* exists in Windows headers */
195
#undef V_UNKNOWN
196
#endif
197
+#ifdef V_FALSE /* exists in Solaris headers */
198
+#undef V_FALSE
199
+#endif
200
201
/*
202
* output values for result output parameter of clean_fakeval_intree
0 commit comments