• Tom Lane's avatar
    Enforces NOT NULL constraints to be applied against new PRIMARY KEY · 0a02d47a
    Tom Lane authored
    columns in DefineIndex.  So, ALTER TABLE ... PRIMARY KEY will now
    automatically add the NOT NULL constraint.  It appeared the alter_table
    regression test wanted this to occur, as after the change the regression
    test better matched in inline 'fails'/'succeeds' comments.
    
    Rod Taylor
    0a02d47a
indexcmds.c 22.7 KB