Remove redeclarations of default parameter values from
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq++/pgdatabase.cc | modified | +19 −19 |