Magnus Hagander <[EMAIL PROTECTED]> writes: > If all we want to do is add a check that prevents two servers to start on > the same port, we could do that trivially in a win32 specific way (since > we'll never have unix sockets there). Just create an object in the global > namespace named postgresql.interlock.<portnumber> or such a thing.
Does it go away automatically on postmaster crash? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match