Remove redeclarations of default parameter values from

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e7253d893c20e449eb6234546e7002a09da61daa
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-06-05T18:05:17Z
Releases: 7.1.1
Remove redeclarations of default parameter values from
PgDatabase::DisplayTuples and PgDatabase::PrintTuples.  This is incorrect
according to strict interpretation of the C++ spec, and some compilers
will reject it.  Also silence g++ warning about unused parameter.

Files

PathChange+/−
src/interfaces/libpq++/pgdatabase.cc modified +19 −19