AW: [HACKERS] Core dump in regression tests. - Mailing list pgsql-hackers

From Andreas Zeugswetter
Subject AW: [HACKERS] Core dump in regression tests.
Date
Msg-id 01BDD67A.32FCE2B0@zeugswettera.user.lan.at
Whole thread Raw
Responses Re: AW: [HACKERS] Core dump in regression tests.  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
> I can not reproduce on my Linux box.  Assertions show nothing.  This can't be
> good.
> Andreas, are you having any success?

The goodies:
    using %lld for int8 I get
int8 ..  ok
create_function_2 ..  ok
select_having ..  ok

The down side:
create_index ..  failed

Same problem here:
after one create index the pg_class_relname_index is no good any more I get

regression=> CREATE INDEX onek_unique2 ON onek USING btree(unique2 int4_ops);
CREATE
regression=> select * from onek;
ERROR:  RelationCatalogInformation: Relation 19284 not found
regression=> \q
postgres@zeus:/usr/postgres/src/test/regress> psql regression
regression=> select * from onek;
ERROR:  onek: Table does not exist.
regression=>

one problem with #ifdef 0, please use #ifdef NOT_USED in
src/backend/utils/misc/database.c

Andreas



pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Still big problem with 6.4
Next
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Adding PRIMARY KEY info