libpq++ fixes

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: libpq++ fixes
Date: 2002-05-18 22:57:25
Message-ID: 20020518185725.63c616c2.nconway@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

I plan on doing some more work on libpq++ in the future -- this patch just
consists of the necessary code to get the examples to compile on my machine,
plus corrections for any of the minor things I noticed on the way through.

Cheers,

Neil

--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC

Attachment Content-Type Size
libpq++.patch application/octet-stream 18.6 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message C. Maj 2002-05-19 00:37:11 Re: [HACKERS] libpgtcl - backend version information
Previous Message Nigel J. Andrews 2002-05-18 21:41:00 Re: [INTERFACES] libpgtcl - backend version information