• Robert Haas's avatar
    Rework custom scans to work more like the new extensible node stuff. · f9143d10
    Robert Haas authored
    Per discussion, the new extensible node framework is thought to be
    better designed than the custom path/scan/scanstate stuff we added
    in PostgreSQL 9.5.  Rework the latter to be more like the former.
    
    This is not backward-compatible, but we generally don't promise that
    for C APIs, and there probably aren't many people using this yet
    anyway.
    
    KaiGai Kohei, reviewed by Petr Jelinek and me.  Some further
    cosmetic changes by me.
    f9143d10
extensible.c 3.61 KB