postgresql/src/interfaces
Tom Lane 290978fff0 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.
2000-04-22 22:39:15 +00:00
..
cli Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
ecpg Make ECPGraise's str parameter const to suppress warnings from gcc 2000-04-18 00:24:30 +00:00
jdbc Another attempt at 7.0 2000-04-17 20:07:56 +00:00
libpgeasy Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
libpgtcl Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
libpq If configure finds that inet_aton() is not present on this platform, 2000-04-14 00:42:06 +00:00
libpq++ Remove broken tracing code (which would be dangerous if it did work...) 2000-04-22 22:39:15 +00:00
odbc Add transcendental math functions (sine, cosine, etc) 2000-04-07 13:40:45 +00:00
perl5 Change PQconndefaults() to return a malloc'd array, instead of a static 2000-03-11 03:08:37 +00:00
python Update pygresql version stamp. 1999-05-28 04:54:34 +00:00
Makefile Allow libpq++ compile failure to stop entire compile. 2000-04-20 17:21:46 +00:00