• Tom Lane's avatar
    Modify readfuncs so that recursive use of stringToNode will not crash · 4057b64f
    Tom Lane authored
    and burn.  Just for added luck, change reading of CONST nodes so that
    we do not need to consult pg_type rows while reading them; this means
    that no database access occurs during stringToNode.  This requires
    changing the order in which const-node fields are written, which means
    an initdb is forced.
    4057b64f
catversion.h 2.54 KB