From ce1468d02bdbbe3aa710463fa9faaf8cf865ad72 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sat, 9 Dec 2017 13:45:06 +0100 Subject: [PATCH] Fix regression test output Missed this in the last commit. --- src/test/regress/expected/identity.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/expected/identity.out b/src/test/regress/expected/identity.out index ddc6950593..87ef0d3b2a 100644 --- a/src/test/regress/expected/identity.out +++ b/src/test/regress/expected/identity.out @@ -356,5 +356,5 @@ CREATE TABLE itest_parent (f1 date NOT NULL, f2 text, f3 bigint) PARTITION BY RA CREATE TABLE itest_child PARTITION OF itest_parent ( f3 WITH OPTIONS GENERATED ALWAYS AS IDENTITY ) FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); -- error -ERROR: identify columns are not supported on partitions +ERROR: identity columns are not supported on partitions DROP TABLE itest_parent; -- 2.40.0