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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy