AW: [HACKERS] Core dump in regression tests.

From: Andreas Zeugswetter <andreas(dot)zeugswetter(at)telecom(dot)at>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, "'daveh(at)insightdist(dot)com'" <daveh(at)insightdist(dot)com>
Cc: "hackers(at)postgreSQL(dot)org" <hackers(at)postgreSQL(dot)org>
Subject: AW: [HACKERS] Core dump in regression tests.
Date: 1998-09-02 11:55:39
Message-ID: 01BDD67A.32FCE2B0@zeugswettera.user.lan.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(at)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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 1998-09-02 12:08:03 Adding PRIMARY KEY info
Previous Message Michael Meskes 1998-09-02 05:46:38 Still big problem with 6.4