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 c68a631 commit bb8998aCopy full SHA for bb8998a
contrib/tsearch2/wordparser/parser.c
@@ -1,4 +1,4 @@
1
-/* $PostgreSQL: pgsql/contrib/tsearch2/wordparser/parser.c,v 1.12 2007/01/15 15:16:28 teodor Exp $ */
+/* $PostgreSQL: pgsql/contrib/tsearch2/wordparser/parser.c,v 1.13 2007/03/22 15:58:24 teodor Exp $ */
2
3
#include "postgres.h"
4
@@ -117,7 +117,7 @@ p_isalnum(TParser *prs)
117
{
118
if (lc_ctype_is_c())
119
120
- unsigned int c = *(unsigned int*)(prs->wstr + prs->state->poschar);
+ unsigned int c = *(prs->wstr + prs->state->poschar);
121
122
/*
123
* any non-ascii symbol with multibyte encoding
0 commit comments