AW: [HACKERS] Core dump in regression tests.

Zeugswetter Andreas IZ5 <andreas.zeugswetter@telecom.at>

From: Andreas Zeugswetter <andreas.zeugswetter@telecom.at>
To: Bruce Momjian <maillist@candle.pha.pa.us>, "'daveh@insightdist.com'" <daveh@insightdist.com>
Cc: "hackers@postgreSQL.org" <hackers@postgreSQL.org>
Date: 1998-09-02T11:55:39Z
Lists: 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