diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/generated_stored.out --- /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out 2025-11-10 22:23:25.756315442 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/generated_stored.out 2025-11-10 22:28:33.224051362 +0000 @@ -1311,6 +1311,7 @@ CREATE TABLE gtest30_1 () INHERITS (gtest30); ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too +HINT: Do not specify the ONLY keyword. \d gtest30 Table "generated_stored_tests.gtest30" Column | Type | Collation | Nullable | Default diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/generated_virtual.out --- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out 2025-11-10 22:23:25.756315442 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/generated_virtual.out 2025-11-10 22:29:07.472050307 +0000 @@ -1281,6 +1281,7 @@ CREATE TABLE gtest30_1 () INHERITS (gtest30); ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too +HINT: Do not specify the ONLY keyword. \d gtest30 Table "generated_virtual_tests.gtest30" Column | Type | Collation | Nullable | Default