Skip to content
Snippets Groups Projects
Commit e7253d89 authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent 7e6a9a60
No related branches found
No related tags found
Loading
Loading
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