From 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Thu, 28 Jun 2012 15:18:49 +0900 Subject: Fix for test rowtypes This is to realign XC regressions with merge c1d9579. --- src/test/regress/expected/rowtypes_1.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/test/regress/expected/rowtypes_1.out b/src/test/regress/expected/rowtypes_1.out index 7a504f95fc..112bb4601e 100644 --- a/src/test/regress/expected/rowtypes_1.out +++ b/src/test/regress/expected/rowtypes_1.out @@ -86,7 +86,7 @@ select * from people; -- at the moment this will not work due to ALTER TABLE inadequacy: alter table fullname add column suffix text default ''; -ERROR: cannot alter table "fullname" because column "people"."fn" uses its rowtype +ERROR: cannot alter table "fullname" because column "people.fn" uses its row type -- but this should work: alter table fullname add column suffix text default null; select * from people; -- cgit v1.2.3