• Tom Lane's avatar
    Remove transformAlterTableStmt's kluge to replace ColumnDef.is_not_null · 46e9709f
    Tom Lane authored
    flags by separate AT_SetNotNull subcommands.  That was always ugly and
    inefficient, and it's now clear that it was merely a partial workaround
    for the bug just identified in ATExecAddColumn.  This is just code
    beautification not a bug fix, so no back-patch.
    
    Brendan Jurd, with some trivial additional cleanup by me.
    46e9709f
parse_utilcmd.c 59.4 KB