pgsql/src/interfaces/libpq++ README libpq++.h ...

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: 20020615184929.33F66475A2E@postgresql.org
Views: Raw Message | Whole Thread | 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

Browse pgsql-committers by date

  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 ...