| From: | momjian(at)postgresql(dot)org (Bruce Momjian - CVS) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/interfaces/libpq++ README libpq++.h ... |
| Date: | 2002-06-15 18:49:29 |
| Message-ID: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/06/15 14:49:29
Modified files:
src/interfaces/libpq++: README libpq++.h pgconnection.cc
pgconnection.h pgcursordb.cc
pgcursordb.h pglobject.cc
src/interfaces/libpq++/examples: Makefile
Log message:
This patch fixes a few minor problems with libpq++: remove the deprecated
PQExec(" ") in the wrapper around PQnotifies(), fix the Makefile for
the examples so that they will actually compile properly (with the
exception of #5, which depends on internal headers), make a minor change
to libpq++.h so that "make examples" now works on my machine, update
some documentation, fix some grammatical problems, and remove some of
the more hideous comments.
Neil Conway
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian - CVS | 2002-06-15 19:13:04 | pgsql/src/tools/pgindent README pgcppindent |
| Previous Message | Tom Lane | 2002-06-15 18:38:10 | pgsql/src/backend/utils/adt Tag: REL7_2_STABLE ... |