• Robert Haas's avatar
    Add support for multiple kinds of external toast datums. · 36820250
    Robert Haas authored
    To that end, support tags rather than lengths for external datums.
    As an example of how this can be used, add support or "indirect"
    tuples which point to some externally allocated memory containing
    a toast tuple.  Similar infrastructure could be used for other
    purposes, including, perhaps, support for alternative compression
    algorithms.
    
    Andres Freund, reviewed by Hitoshi Harada and myself
    36820250
postgres.h 20.6 KB