Re: What is happening on buildfarm member baiji?
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Magnus Hagander <magnus@hagander.net>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Dave Page <dpage@postgresql.org>, pgsql-hackers@postgresql.org
Date: 2007-06-03T21:57:07Z
Lists: pgsql-hackers
Magnus Hagander wrote: > > However, if I just *skip* setting SO_REUSEADDR completely, things seem > to work the way we want it. I cannot start more than one postmaster on > the same addr/port. If I start a psql, then terminate postmaster, I can > restart a new postmaster right away. > > Given this, I propose we simply #ifdef out the SO_REUSEADDR on win32. > Anybody see a problem with this? > > > Is that true even if the backend crashes? cheers andrew