Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ce1468d

Browse files
committed
Fix regression test output
Missed this in the last commit.
1 parent d8f632c commit ce1468d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/expected/identity.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,5 +356,5 @@ CREATE TABLE itest_parent (f1 date NOT NULL, f2 text, f3 bigint) PARTITION BY RA
356356
CREATE TABLE itest_child PARTITION OF itest_parent (
357357
f3 WITH OPTIONS GENERATED ALWAYS AS IDENTITY
358358
) FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); -- error
359-
ERROR: identify columns are not supported on partitions
359+
ERROR: identity columns are not supported on partitions
360360
DROP TABLE itest_parent;

0 commit comments

Comments
 (0)