Changed storage for vector from extended to external [skip ci]

This commit is contained in:
Andrew Kane
2023-11-14 10:11:50 -08:00
parent 3263b350f5
commit feacde9ccf
2 changed files with 6 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ CREATE TYPE vector (
TYPMOD_IN = vector_typmod_in,
RECEIVE = vector_recv,
SEND = vector_send,
STORAGE = extended
STORAGE = external
);
-- functions