Reverted change to extended storage for now (causes high memory during distance calculation in BuildCallback)

This commit is contained in:
Andrew Kane
2023-01-09 17:23:45 -08:00
parent e2b103a343
commit 4a2f20f5fc
3 changed files with 1 additions and 6 deletions

View File

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