mirror of https://github.com/postgres/postgres
This patch mark datatype txtidx as 'extended' storage type.
Thanks. Teodor Sigaev
This commit is contained in:
parent
3f122576fd
commit
c9483cb6e4
|
@ -15,7 +15,8 @@ LANGUAGE 'c' with (isstrict);
|
|||
CREATE TYPE txtidx (
|
||||
internallength = -1,
|
||||
input = txtidx_in,
|
||||
output = txtidx_out
|
||||
output = txtidx_out,
|
||||
storage = extended
|
||||
);
|
||||
|
||||
CREATE FUNCTION txt2txtidx(text)
|
||||
|
|
Loading…
Reference in New Issue