diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-22 22:39:15 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-22 22:39:15 +0000 |
commit | 290978fff07d1b9570272cd9d3bf9d21359576d1 (patch) | |
tree | 8b6abf8d9a87b88aff6984924b700765f7539ca1 /src/backend/tcop/postgres.c | |
parent | 51c92941c668028f60d8ff1eb86489af4dbba391 (diff) | |
download | postgresql-290978fff07d1b9570272cd9d3bf9d21359576d1.tar.gz postgresql-290978fff07d1b9570272cd9d3bf9d21359576d1.zip |
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.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions