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

Commit0f5c606

Browse files
committed
Comment fix, should say TSQuery instead of TSVector.
Per Jan Urbanski.
1 parent96063da commit0f5c606

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/include/tsearch/ts_type.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1998-2008, PostgreSQL Global Development Group
77
*
8-
* $PostgreSQL: pgsql/src/include/tsearch/ts_type.h,v 1.11 2008/05/16 16:31:02 tgl Exp $
8+
* $PostgreSQL: pgsql/src/include/tsearch/ts_type.h,v 1.12 2008/06/10 08:55:50 heikki Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -238,10 +238,10 @@ typedef TSQueryData *TSQuery;
238238
*/
239239
#defineCOMPUTESIZE(size,lenofoperand) ( HDRSIZETQ + (size) * sizeof(QueryItem) + (lenofoperand) )
240240

241-
/* Returns a pointer to the first QueryItem in aTSVector */
241+
/* Returns a pointer to the first QueryItem in aTSQuery */
242242
#defineGETQUERY(x) ((QueryItem*)( (char*)(x)+HDRSIZETQ ))
243243

244-
/* Returns a pointer to the beginning of operands in aTSVector */
244+
/* Returns a pointer to the beginning of operands in aTSQuery */
245245
#defineGETOPERAND(x)( (char*)GETQUERY(x) + ((TSQuery)(x))->size * sizeof(QueryItem) )
246246

247247
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp