Restored change to extended storage

This commit is contained in:
Andrew Kane
2023-01-10 01:13:19 -08:00
parent 8c3eb51ddc
commit 66108cb406
3 changed files with 6 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