-/* $Id: js_pgsql.c,v 1.3 2006/10/03 19:12:01 mmondor Exp $ */
+/* $Id: js_pgsql.c,v 1.4 2006/10/03 19:42:24 mmondor Exp $ */
/*
* Copyright (c) 2006, Matthew Mondor
* - Compare to PHP library to verify if missing any nice functions ideas
* - See what to do about the following functions:
* - PQgetssl() (returns an SSL object!)
- * - PQprint() (writes to a supplied FILE *) XXX
*/
pg_finalize(JSContext *cx, JSObject *obj)
{
+ /* XXX This never gets called since PG is uninstanciable. */
if (root_object != NULL)
(void) JS_RemoveRoot(cx, &root_object); /* Ptr to ptr */
}