• Neil Conway's avatar
    Prevent a backend crash when processing CREATE TABLE commands with · e1bf6527
    Neil Conway authored
    more than 65K columns, or when the created table has more than 65K columns
    due to adding inherited columns from parent relations. Fix a similar
    crash when processing SELECT queries with more than 65K target list
    entries. In all three cases we would eventually detect the error and
    elog, but the check was being made too late.
    e1bf6527
tablecmds.c 173 KB