Re: Service startup delay
"Dave Page" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <E7F85A1B5FF8D44C8A1AF6885BC9A0E41A7802@ratbert.vale-housing.co.uk> |
> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf > Of Bruce Momjian > Sent: 20 August 2004 19:00 > To: Barry Lind > Cc: [email protected]; Max Dunn > Subject: Re: [pgsql-hackers-win32] Service startup delay > > > I think you need to use 'pg_ctl -w' to wait for it to start. > Does -w work when starting in service mode? Aside from that, one possible problem with this is what happens if the database goes into recovery mode at startup. Whilst waiting for that to run, I would think it's possible that the service control manager would timeout waiting for the service to complete startup. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster