> IIRC there is no real SIGINT on Windows, so it can only come > from a postgres program. The windows shutdown could be > calling pg_ctl to stop the service, of course.
Well, not quite that, but it will send a service command to the running pg_ctl (which is our "service supervisor"), which *will* respond with a SIGINT to the postmaster. //Magnus ---------------------------(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