> 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