Re: [BUGS] createdb fails

2004-02-03 Thread Tom Lane
Kris Jurka <[EMAIL PROTECTED]> writes: > What happens if you add a sleep 5 call in between the createdb calls? Even a fractional-second sleep would likely do it. I have traced through scenarios like this in the past, and AFAICT the exiting backend is not doing anything wrong or even using an unre

Re: [BUGS] createdb fails

2004-02-03 Thread Kris Jurka
On Mon, 2 Feb 2004, Hamedany, Allen wrote: > Running postgresql v7.3 on RH7.3 linux; db creation fails and is > reproducible after a fresh image install. Any subsequent rebooting seems > to work fine. > > We start up Postgres, create users and db using a Java (IBM1.4.1) class. > The following co

Re: [BUGS] createdb fails

2004-02-03 Thread Kris Jurka
> /var/log/pgsqld.log -o -i > > > > /usr/local/pgsql/bin/createdb management <-- fails here > > /usr/local/pgsql/bin/createdb test <-- fails here > > > > > > Any help on what's causing this behavior and how to fix is appreciated. > > > > -Allen > > > > > > > > +=