mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
libpq++ cleanup from Vince Vielhaber
This commit is contained in:
parent
3fea625e9d
commit
f282b4ff4c
@ -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);
|
|||||||
|
|
||||||
int PgDatabase::CmdTuples()
|
int PgDatabase::CmdTuples()
|
||||||
{
|
{
|
||||||
return PQcmdTuples (PGresult);
|
return PQcmdTuples (pgResult);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user