We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6564c4 commit d674b48Copy full SHA for d674b48
src/interfaces/python/pgmodule.c
@@ -102,6 +102,9 @@ static PyObject *pg_default_passwd; /* default password */
102
103
#endif /* DEFAULT_VARS */
104
105
+DL_EXPORT(void) init_pg(void);
106
+int *get_type_array(PGresult *result, int nfields);
107
+
108
/* --------------------------------------------------------------------- */
109
/* OBJECTS DECLARATION */
110
@@ -476,7 +479,6 @@ static PyObject *
476
479
pgsource_oidstatus(pgsourceobject * self, PyObject * args)
477
480
{
478
481
long oid;
- const char *status;
482
483
/* checks validity */
484
if (!check_source_obj(self, CHECK_RESULT))
0 commit comments