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

Commitc269f0f

Browse files
committed
fix comparison with SPI_processed
1 parent22505f4 commitc269f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/tsearch2/query_rewrite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ get_tsq_Oid(void)
218218
/* internal error */
219219
elog(ERROR,"SPI_exec to get tsquery oid returns %d",ret);
220220

221-
if (SPI_processed<0)
221+
if (SPI_processed<1)
222222
/* internal error */
223223
elog(ERROR,"there is no tsvector type");
224224
tsqOid=DatumGetObjectId(SPI_getbinval(SPI_tuptable->vals[0],SPI_tuptable->tupdesc,1,&isnull));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp