summaryrefslogtreecommitdiff
path: root/contrib/tsearch/query.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tsearch/query.c')
-rw-r--r--contrib/tsearch/query.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tsearch/query.c b/contrib/tsearch/query.c
index 90687d38cf..4bda2617af 100644
--- a/contrib/tsearch/query.c
+++ b/contrib/tsearch/query.c
@@ -104,7 +104,7 @@ gettoken_query(QPRS_STATE * state, int4 *val, int4 *lenval, char **strval)
{
switch (state->state)
{
- case WAITOPERAND:
+ case WAITOPERAND:
if (*(state->buf) == '!')
{
(state->buf)++;
@@ -408,7 +408,7 @@ rexecqtxt(PG_FUNCTION_ARGS)
execqtxt,
PG_GETARG_DATUM(1),
PG_GETARG_DATUM(0)
- );
+ );
}
Datum