patch: make gst actually able to connect to postgres

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

patch: make gst actually able to connect to postgres

Nigel Williams-5
PQconnectdb in libpq doesn't cope if we pass extra arguments that it  
doesn't understand. Also, it's perfectly valid to pass no connection  
parameters, and fold: doesn't cope with an empty collection. Patch  
attached.


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

gst-postgresql.patch (1K) Download Attachment
smime.p7s (5K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: patch: make gst actually able to connect to postgres

Paolo Bonzini-2
On 08/18/2009 01:58 AM, Nigel Williams wrote:
> PQconnectdb in libpq doesn't cope if we pass extra arguments that it
> doesn't understand. Also, it's perfectly valid to pass no connection
> parameters, and fold: doesn't cope with an empty collection. Patch
> attached.

Thanks!

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk