On Sat, Oct 21, 2000 at 01:48:39PM -0700, Vadim Mikheev wrote:
> Did you run make distclean? I've run regtests before committing changes.
Just made sure - different computer - fresh cvs update/distclean/configure/make
cd src/test/regress
gmake clean
gmake all
gmake runcheck
same coredump
#1 0x807f4be in IsSharedSystemRelationName (relname=0x0) at catalog.c:197
^^^^^^^^^^^
ie. relname[0] at catalog.c:176 is dereferencing a null pointer.
Cheers,
Patrick