From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Neil Conway <nconway(at)klamath(dot)dyndns(dot)org> |
Cc: | peter_e(at)gmx(dot)net, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: libpq++ fixes |
Date: | 2002-06-15 18:49:52 |
Message-ID: | 200206151849.g5FInq126780@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Patch applied:
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
---------------------------------------------------------------------------
Neil Conway wrote:
> On Sun, 19 May 2002 11:21:18 -0400
> "Neil Conway" <nconway(at)klamath(dot)dyndns(dot)org> wrote:
> > On Sun, 19 May 2002 17:14:23 +0200 (CEST)
> > "Peter Eisentraut" <peter_e(at)gmx(dot)net> wrote:
> > > Unfortunately, replacing #include <header.h> with #include <header> is
> > > going to break a bunch of other platforms.
> >
> > Really? Which ones?
>
> In any case, I've attached a revised patch with #include <cppheader> changed
> back to #include <cppheader.h>
>
> Cheers,
>
> Neil
>
> --
> Neil Conway <neilconway(at)rogers(dot)com>
> PGP Key ID: DB3C29FC
[ Attachment, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Rod Taylor | 2002-06-15 19:10:10 | Dependency / Constraint patch |
Previous Message | Mike Mascari | 2002-06-15 10:32:30 | Re: Non-standard feature request |