/*
 * See #new.
 */
static VALUE
pgconn_init(argc, argv, conn)
   int argc;
   VALUE *argv;
   VALUE conn;
{
   return conn;
}