mirror of
https://github.com/postgres/postgres.git
synced 2026-05-23 17:11:26 -04:00
e7253d893c
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.