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

Commit4bccb09

Browse files
author
Álvaro Herrera
committed
Fix comment of tsquerysend()
The comment describes the order in which fields are sent, and it had oneof the fields in the wrong place.This has been wrong sincee6dbcb7 (2008), so backpatch all the wayback.Author: Emre Hasegeli <emre@hasegeli.com>Discussion:https://postgr.es/m/CAE2gYzzf38bR_R=izhpMxAmqHXKeM5ajkmukh4mNs_oXfxcMCA@mail.gmail.com
1 parent8bde80e commit4bccb09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/backend/utils/adt/tsquery.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,10 +1123,11 @@ tsqueryout(PG_FUNCTION_ARGS)
11231123
*
11241124
* uint8type, QI_VAL
11251125
* uint8weight
1126-
*operand text in client encoding, null-terminated
11271126
* uint8prefix
1127+
*operand text in client encoding, null-terminated
11281128
*
11291129
* For each operator:
1130+
*
11301131
* uint8type, QI_OPR
11311132
* uint8operator, one of OP_AND, OP_PHRASE OP_OR, OP_NOT.
11321133
* uint16distance (only for OP_PHRASE)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp