Re: Re: libpq++

From: Justin Banks <justinb(at)tricord(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: justinb(at)tricord(dot)com, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Re: libpq++
Date: 2001-05-03 21:05:43
Message-ID: 15089.51239.362206.595914@idoru.tricord.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

>>>>> "Tom" == Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:

Tom> And what's wrong with a static class variable for that purpose? The
Tom> shmem segment looks like the hardest possible way to get the same
Tom> result.

I'm kinda embarrased to say I didn't think of that, actually. That would only
mean exposing the default constructor of PgDatabase, so the derived class
could put off connecting indefinitely, right?

-justinb

--
Justin Banks Tricord, Inc. justinb(at)tricord(dot)com
<Randomly selected signature here>

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Stephen Davies 2001-05-03 23:11:13 Re: Null values where they should not be...HELP Please!!
Previous Message Tom Lane 2001-05-03 19:42:16 Re: Re: libpq++