Remove broken tracing code (which would be dangerous if it did work...)

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

Commit: 290978fff07d1b9570272cd9d3bf9d21359576d1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-04-22T22:39:15Z
Releases: 7.1.1
Remove broken tracing code (which would be dangerous if it did work...)
libpq++.h contained copies of the class declarations in the other libpq++
include files, which was bogus enough, but the declarations were not
completely in step with the real declarations.  Remove these in favor
of including the headers with #include.  Make PgConnection destructor
virtual (not absolutely necessary, but seems like a real good idea
considering the number of subclasses derived from it).  Give all classes
declared private copy constructors and assignment operators, to prevent
compiler from thinking it can copy these objects safely.

Files