Re: [PATCHES] [pgsql-hackers-win32] Service startup delay

2004-08-28 Thread Bruce Momjian
Patch applied. Thanks. --- Dave Page wrote: > > > > -Original Message- > > From: Bruce Momjian [mailto:[EMAIL PROTECTED] > > Sent: 26 August 2004 02:44 > > To: Max Dunn > > Cc: Dave Page; 'Barry Lind'; [EMAIL P

Re: [PATCHES] [pgsql-hackers-win32] Service startup delay

2004-08-26 Thread Dave Page
> -Original Message- > From: Bruce Momjian [mailto:[EMAIL PROTECTED] > Sent: 26 August 2004 02:44 > To: Max Dunn > Cc: Dave Page; 'Barry Lind'; [EMAIL PROTECTED] > Subject: Re: [pgsql-hackers-win32] Service startup delay > > > Another issue is that when installing the Postgres service

Re: [PATCHES] [pgsql-hackers-win32] Service startup delay

2004-08-20 Thread Bruce Momjian
OK, I started running tests with pg_ctl -w and found it did not work even on Unix. I found that the code was not checking the return value of PQsetdbLogin(), and wasn't looping properly using a sleep. The attached applied patch should fix should fix your reported problem. --