Tom Lane <[EMAIL PROTECTED]> writes: > If this is a common result from short-lived > network problems then you have a beef with the TCP stack at one end > or the other ... TCP is supposed to be more robust than that.
Or a beef with some firewall or router along the way. NAT routers are particularly prone to breaking TCP's robustness guarantees. -- greg ---------------------------(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