Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c9483cb

Browse files
committed
This patch mark datatype txtidx as 'extended' storage type.
Thanks. Teodor Sigaev
1 parent 3f12257 commit c9483cb

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)