• Robert Haas's avatar
    Further fixes for per-tablespace options patch. · 814c8a03
    Robert Haas authored
    Add missing varlena header to TableSpaceOpts structure.  And, per
    Tom Lane, instead of calling tablespace_reloptions in CacheMemoryContext,
    call it in the caller's memory context and copy the value over
    afterwards, to reduce the chances of a session-lifetime memory leak.
    814c8a03
spccache.c 5.24 KB