• Tom Lane's avatar
    Add backwards-compatible declarations of some core GIN support functions. · 6595dd04
    Tom Lane authored
    These are needed to support reloading dumps of 9.0 installations containing
    contrib/intarray or contrib/tsearch2.  Since not only regular dump/reload
    but binary upgrade would fail, it seems worth the trouble to carry these
    stubs for awhile.  Note that the contrib opclasses referencing these
    functions will still work fine, since GIN doesn't actually pay any
    attention to the declared signature of a support function.
    6595dd04
ts_utils.h 7.65 KB