OSDN Git Service

Remove redeclarations of default parameter values from
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Jun 1999 18:05:17 +0000 (18:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Jun 1999 18:05:17 +0000 (18:05 +0000)
commite7253d893c20e449eb6234546e7002a09da61daa
treed8665d4c61ba1e3a13e9158495fa87d3761f5311
parent7e6a9a60ff5cb730b743acca4835578e0c9c0da2
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.
src/interfaces/libpq++/pgdatabase.cc