Boulat Khakimov <[EMAIL PROTECTED]> writes: > I'm wondering how safe it is to pass an uninitialized conn to > PQfinish.... You can pass a NULL pointer to PQfinish safely, if that's what you meant. Passing a pointer to uninitialized memory seems like a bad idea. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
- [HACKERS] PQfinish(const PGconn *conn) question Boulat Khakimov
- Tom Lane