You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This patch updates pgpipe() on win32 to log exactly which part of the
call fails when it does. (As it is now, there is no way to figure outthe point of error). Shouldn't be a problem since it's most defintilynot a performance-critical path (only called on pgstat startup ATM).This should help us debug the pipe error message that's on the win32status page (which I myself have never been able to reproduce, and thushaven't figured out a better way to debug yet)Magnus Hagander