Re: libpq++ fixes - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: libpq++ fixes
Date
Msg-id 200206151849.g5FInq126780@candle.pha.pa.us
Whole thread Raw
In response to Re: libpq++ fixes  (Neil Conway <nconway@klamath.dyndns.org>)
List 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@klamath.dyndns.org> wrote:
> > On Sun, 19 May 2002 17:14:23 +0200 (CEST)
> > "Peter Eisentraut" <peter_e@gmx.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@rogers.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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Manfred Koizar
Date:
Subject: Re: Reduce heap tuple header size
Next
From: Rod Taylor
Date:
Subject: Dependency / Constraint patch