• Tom Lane's avatar
    Allow CREATE FUNCTION's WITH clause to be used for all language types, · 6eb8d255
    Tom Lane authored
    not just C, so that ISCACHABLE attribute can be specified for user-defined
    functions.  Get rid of ParamString node type, which wasn't actually being
    generated by gram.y anymore, even though define.c thought that was what
    it was getting.  Clean up minor bug in dfmgr.c (premature heap_close).
    6eb8d255
dfmgr.c 7.77 KB