Re: [GENERAL] change NAMEDATALEN to 64

2003-07-14 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: > On Mon, Jul 14, 2003 at 04:10:15PM -0600, Kathy Zhu wrote: >> The question is, is it ok to fail this regression test since I do change >> the NAMEDATALEN ??? > AFAICS this is testing the ability to correctly truncate the identifier > length to 31

Re: [GENERAL] change NAMEDATALEN to 64

2003-07-14 Thread Alvaro Herrera
On Mon, Jul 14, 2003 at 04:10:15PM -0600, Kathy Zhu wrote: > parallel group (13 tests): float8 boolean float4 oid int4 int8 char int2 name t > ext varchar bit numeric > boolean ... ok > char ... ok > name ... FAILED > > > I am attachin

Re: [GENERAL] change NAMEDATALEN to 64

2003-07-14 Thread Kathy Zhu
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