• Stan Hu's avatar
    Fix Geo Log Cursor not restarting after pgbouncer dies · 74c234f9
    Stan Hu authored
    If pgbouncer dies, then the connection may get stuck in `PQsocket() can't get
    socket descriptor` state. Wrap the query in a transaction to allow the
    connection to return to the pool and recover. This also potentially prevents
    idle-in-transaction cancellations.
    
    Closes #5145
    74c234f9
sh-fix-geo-log-cursor-reconnect.yml 109 Bytes