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

Commitc9483cb

Browse files
committed
This patch mark datatype txtidx as 'extended' storage type.
Thanks.Teodor Sigaev
1 parent3f12257 commitc9483cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎contrib/tsearch/tsearch.sql.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ LANGUAGE 'c' with (isstrict);
1515
CREATE TYPE txtidx (
1616
internallength = -1,
1717
input = txtidx_in,
18-
output = txtidx_out
18+
output = txtidx_out,
19+
storage = extended
1920
);
2021

2122
CREATE FUNCTION txt2txtidx(text)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp