ecpglib use PQconnectdbParams
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-02-02T18:01:48Z
Lists: pgsql-hackers
Attachments
- ecpg-pqconnectdbparams.patch (text/x-patch) patch
I noticed ecpglib still uses PQconnectdb() with a craftily assembled connection string. Here is a patch to use PQconnectdbParams() instead.