| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Gregory Stark <stark(at)enterprisedb(dot)com> |
| Cc: | Postgres <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: DROP DATABASE always seeing database in use |
| Date: | 2008-08-04 15:34:02 |
| Message-ID: | 20080804153402.GB4483@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Gregory Stark wrote:
> "Alvaro Herrera" <alvherre(at)commandprompt(dot)com> writes:
>
> > The buildfarm would be all red if this wasn't something local to your
> > installation, I think. Maybe you should get gdb on the backend and set
> > a breakpoint on errfinish, or maybe step into CheckOtherDBBackends to
> > see why it isn't working.
>
> Michael Fuhr solved it so this is academic but, the buildfarm runs make
> installcheck? I thought it just ran make check
Hmm, I kinda assumed that it ran "drop database regression" at some
point, but maybe you are right that it doesn't ...
I do run make installcheck all the time though, so at least I would have
noticed ;-)
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2008-08-04 15:35:54 | Re: DROP DATABASE always seeing database in use |
| Previous Message | Gregory Stark | 2008-08-04 15:29:41 | Re: DROP DATABASE always seeing database in use |