From: | Kathy Zhu <Kathy(dot)Zhu(at)Sun(dot)COM> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: change NAMEDATALEN to 64 |
Date: | 2003-07-14 22:49:01 |
Message-ID: | 200307142249.h6EMn1c08165@amon.Central.Sun.COM |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I think I figured out what went wrong.
regression.diffs is created by compareing src/test/regress/expect/name.out with
src/test/regress/results/name.out.
Since expected/name.out comes with the jar, so any changes I made won't be
reflected in the that file.
Now the question is, is there a way to update the expected/*out files ??
thanks,
kathy
> X-Original-To: pgsql-general-postgresql(dot)org(at)localhost(dot)postgresql(dot)org
> Date: Mon, 14 Jul 2003 16:10:15 -0600 (MDT)
> From: Kathy Zhu <Kathy(dot)Zhu(at)sun(dot)com>
> Subject: [GENERAL] change NAMEDATALEN to 64
> To: pgsql-general(at)postgresql(dot)org
> X-Virus-Scanned: by amavisd-new at postgresql.org
>
> Hi,
>
> We have tables with long names so I modified postgres_ext.h and change
> NAMEDATALEN to 64 (originally is 32).
>
> When I do "gmake check", I failed the test on "name", see below.
>
> parallel group (13 tests): float8 boolean float4 oid int4 int8 char int2 name
t
> ext varchar bit numeric
> boolean ... ok
> char ... ok
> name ... FAILED
> varchar ... ok
> text ... ok
> int2 ... ok
> int4 ... ok
> int8 ... ok
> oid ... ok
> float4 ... ok
> float8 ... ok
> bit ... ok
> numeric ... ok
> test strings ... ok
>
>
> I am attaching the regression.diffs file created by the regression test, which
I
> don't know how to interprate.
>
> **** The question is, is it ok to fail this regression test since I do change
> the NAMEDATALEN ???
>
>
> thanks,
> kathy
From | Date | Subject | |
---|---|---|---|
Next Message | Jay O'Connor | 2003-07-14 22:55:15 | more performance questions |
Previous Message | Dan Langille | 2003-07-14 22:44:49 | Re: Are you frustrated with PostgreSQL |