Remove unused def. Add TODO.

This commit is contained in:
Yasuo Ohgaki 2002-09-30 04:15:01 +00:00
parent 90fc47f4d1
commit b7d1a58e25

View File

@ -2337,7 +2337,6 @@ PHP_FUNCTION(pg_copy_to)
PQclear(pgsql_result);
}
pgsql_result = PQexec(pgsql, query);
efree(pg_null_as);
efree(query);
@ -2795,10 +2794,8 @@ PHP_FUNCTION(pg_result_status)
}
/* }}} */
#define QUERY_BUF_SIZE (1023)
/* {{{ php_pgsql_metadata
* TODO: Add metadata cache to better performance
*/
PHPAPI int php_pgsql_metadata(PGconn *pg_link, const char *table_name, zval *meta TSRMLS_DC)
{