Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd22ae3e

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 parenteb5f4d6 commitd22ae3e

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
#ifdefV_UNKNOWN/* exists in Windows headers */
195195
#undef V_UNKNOWN
196196
#endif
197+
#ifdefV_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)

[8]ページ先頭

©2009-2025 Movatter.jp