8000
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 8558054 commit 300e288Copy full SHA for 300e288
src/interfaces/libpq/fe-exec.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.99 2001/02/06 02:00:09 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.100 2001/02/06 02:02:27 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -2049,7 +2049,7 @@ Oid
2049
PQoidValue(const PGresult *res)
2050
{
2051
char *endptr = NULL;
2052
- long int result;
+ unsigned long result;
2053
2054
if (!res || !res->cmdStatus || strncmp(res->cmdStatus, "INSERT ", 7) != 0)
2055
return InvalidOid;
0 commit comments