• N
    Cleanup GiST header files. Since GiST extensions are often written as · c891e05f
    Neil Conway 提交于
    external projects, we should be careful about what parts of the GiST
    API are considered implementation details, and which are part of the
    public API. Therefore, I've moved internal-only declarations into
    gist_private.h -- future backward-incompatible changes to gist.h should
    be made with care, to avoid needlessly breaking external GiST extensions.
    
    Also did some related header cleanup: remove some unnecessary #includes
    from gist.h, and remove some unused definitions: isAttByVal(), _gistdump(),
    and GISTNStrategies.
    c891e05f
gist_private.h 3.5 KB