mirror of https://github.com/postgres/postgres
checked to see if it's been initialized to all non-nulls. The implicit NOT NULL constraint was not being checked during the ALTER (in fact, not even if there was an explicit NOT NULL too), because ATExecAddColumn neglected to set the flag needed to make the test happen. This has been broken since the capability was first added, in 8.0. Brendan Jurd, per a report from Kaloyan Iliev.REL8_2_STABLE
parent
0861266bab
commit
29bf7b00a8
Loading…
Reference in new issue