Tom Lane writes: > I disagree: just because cygipc returns error codes chosen at random > doesn't mean that we should neglect the clear meaning of an error code. > If a normal Unix system were to return EACCES here, the clear > implication would be that there is an existing segment that we do not > have permission to access.
OK, but shouldn't the looping for a new segment terminate sometime? As it stands it will wrap around and run forever. If we catch it before it wraps and generate an error to the effect that no segments appear to be free, it might serve us. -- Peter Eisentraut [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly