Regression failure on pika caused by CLUSTER rewrite - Mailing list pgsql-hackers

From Greg Stark
Subject Regression failure on pika caused by CLUSTER rewrite
Date
Msg-id 407d949e1002150352x5eb3c779ta16e5d63d8b660ae@mail.gmail.com
Whole thread Raw
Responses Re: Regression failure on pika caused by CLUSTER rewrite
Re: Regression failure on pika caused by CLUSTER rewrite
List pgsql-hackers
In looking through the build farm wreckage caused by fsyncing
directories I noticed this interesting failure on pika:

================== pgsql.13659/src/test/regress/regression.diffs
===================
*** /home/pgbuildfarm/workdir/HEAD/pgsql.13659/src/test/regress/expected/cluster.out    Wed
Feb  3 00:16:38 2010
--- /home/pgbuildfarm/workdir/HEAD/pgsql.13659/src/test/regress/results/cluster.out    Wed
Feb  3 19:19:06 2010
***************
*** 453,455 ****
--- 453,457 ---- DROP TABLE clstr_2; DROP TABLE clstr_3; DROP USER clstr_user;
+ ERROR:  role "clstr_user" cannot be dropped because some objects depend on it
+ DETAIL:  owner of table pg_temp_9.clstr_temp


-- 
greg


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Next
From: Greg Stark
Date:
Subject: Re: [COMMITTERS] pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after