Skip to content
Snippets Groups Projects
Commit f282b4ff authored by Bruce Momjian's avatar Bruce Momjian
Browse files

libpq++ cleanup from Vince Vielhaber

parent 3fea625e
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgdatabase.cc,v 1.5 1999/09/28 04:49:22 momjian Exp $ * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgdatabase.cc,v 1.6 1999/09/28 12:59:29 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -63,7 +63,7 @@ return PQntuples(pgResult); ...@@ -63,7 +63,7 @@ return PQntuples(pgResult);
int PgDatabase::CmdTuples() int PgDatabase::CmdTuples()
{ {
return PQcmdTuples (PGresult); return PQcmdTuples (pgResult);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment