Re: change NAMEDATALEN to 64

Поиск
Список
Период
Сортировка
От Kathy Zhu
Тема Re: change NAMEDATALEN to 64
Дата
Msg-id 200307142249.h6EMn1c08165@amon.Central.Sun.COM
обсуждение исходный текст
Ответ на change NAMEDATALEN to 64  (Kathy Zhu <Kathy.Zhu@Sun.COM>)
Список 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.org@localhost.postgresql.org
> Date: Mon, 14 Jul 2003 16:10:15 -0600 (MDT)
> From: Kathy Zhu <Kathy.Zhu@sun.com>
> Subject: [GENERAL] change NAMEDATALEN to 64
> To: pgsql-general@postgresql.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




В списке pgsql-general по дате отправления:

Предыдущее
От: "Dan Langille"
Дата:
Сообщение: Re: Are you frustrated with PostgreSQL
Следующее
От: Andrew Gould
Дата:
Сообщение: Re: Are you frustrated with PostgreSQL