Changed storage for vector from plain to extended

This commit is contained in:
Andrew Kane
2022-12-23 18:59:18 -08:00
parent 00b767b107
commit fa491cd906
3 changed files with 7 additions and 1 deletions

View File

@@ -25,7 +25,8 @@ CREATE TYPE vector (
OUTPUT = vector_out,
TYPMOD_IN = vector_typmod_in,
RECEIVE = vector_recv,
SEND = vector_send
SEND = vector_send,
STORAGE = extended
);
-- functions