Changed storage for vector from extended to external

This commit is contained in:
Andrew Kane
2024-01-23 00:00:12 -08:00
parent 083008c21e
commit 3ace98add6
4 changed files with 19 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