• Tom Lane's avatar
    Make AllocSetContextCreate throw an error for bad context-size parameters. · cf34fdbb
    Tom Lane authored
    The previous behavior was to silently change them to something valid.
    That obscured the bugs fixed in commit ea268cdc, and generally seems
    less useful than complaining.  Unlike the previous commit, though,
    we'll do this in HEAD only --- it's a bit too late to be possibly
    breaking third-party code in 9.6.
    
    Discussion: <CA+TgmobNcELVd3QmLD3tx=w7+CokRQiC4_U0txjz=WHpfdkU=w@mail.gmail.com>
    cf34fdbb
aset.c 42.3 KB