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
Remove the separate 'stats buffer' process, letting backend stats messages
be delivered directly to the collector process. The extra process contextswaps required to transfer data through the buffer process seem to outweighany value the buffering might have. Per recent discussion and tests.I modified Bruce's draft patch to use poll() rather than select() whereavailable (this makes a noticeable difference on my system), and fixedup the EXEC_BACKEND case.