• Peter Eisentraut's avatar
    Use latch instead of select() in walreceiver · 597a87cc
    Peter Eisentraut authored
    Replace use of poll()/select() by WaitLatchOrSocket(), which is more
    portable and flexible.
    
    Also change walreceiver to use its procLatch instead of a custom latch.
    
    From: Petr Jelinek <petr@2ndquadrant.com>
    597a87cc
walreceiver.h 5.83 KB