swoole / ext-postgresql

🐘 Coroutine-based client for PostgreSQL
64 stars 21 forks source link

auto_reset_persistent not work #51

Open haohetao opened 3 years ago

haohetao commented 3 years ago

The code has been commented out

            /*if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
             PQreset(pgsql);
             }*/

Why