diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/src/test/regress/results/domain.out --- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out 2025-05-24 09:32:13.038056927 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/domain.out 2025-05-24 09:35:48.019444902 +0000 @@ -957,8 +957,8 @@ WHERE contypid = 'things'::regtype; conname | pg_get_constraintdef -----------+---------------------- - meow | CHECK ((VALUE < 11)) domain_nn | NOT NULL NOT VALID + meow | CHECK ((VALUE < 11)) (2 rows) ALTER DOMAIN things VALIDATE CONSTRAINT domain_nn; --error