aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq++/pglobject.cc
Commit message (Collapse)AuthorAge
* Remove broken tracing code (which would be dangerous if it did work...)Tom Lane2000-04-22
| | | | | | | | | | | 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.
* Replace static rcsid[] strings by IDENTIFICATION comments inTom Lane1999-05-30
| | | | | file headers, to conform to established Postgres coding style and avoid warnings from gcc.
* Here it is. Remove or rename the current interfaces/libpq++ and untarBruce Momjian1999-05-23
| | | | | | | | | | | | | | | | this file in interfaces/ It will all need to be checked in. I used the char *rcsid[] method for cvs ids so it can be strings | grep'd to find version numbers. The new version for the library is 3.0. Run configure from src/ to create the Makefile and it should be good to go. I did minimal documentation references in the README, I'll see if I can get something to Tom Lockhart rather quickly. Vince.
* Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++Marc G. Fournier1997-02-13
|
* End of the make file simplifications.Bryan Henderson1996-11-12
|
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09