Re: [GENERAL] FAQ

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: lzirkel(at)cleverly(dot)com (Louis Zirkel III)
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] FAQ
Date: 1999-04-21 21:54:26
Message-ID: 199904212154.RAA04053@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I've just read through the FAQ on the postgresql.org homepage and I can't
> seem to find any reference to my problem so I'm resorting to asking the
> question here. If the answer to my question is found in another FAQ
> somewhere, please point me in the correct direction.
>
> Anyway, I'm writing a program using ncurses and libpq and I'm getting a
> conflict of two different types of 'bool' defined. Obviously both systems
> define a bool data type, and I could go in and comment out one to solve
> the problem, but I'd like to know if anyone has run into this situation
> and if so what they did to solve it. I'd be happy to make a change to the
> header file, but I don't want to break any other applications that might
> end up using the headers.

I thought we fixed that in 6.4 so bool was not visible to outside
applications. You probably can comment it out of libpq.h.

--
Bruce Momjian | http://www.op.net/~candle
maillist(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

In response to

  • FAQ at 1999-04-21 21:32:24 from Louis Zirkel III

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sarah Officer 1999-04-21 23:44:15 entity relationship diagram free software
Previous Message Louis Zirkel III 1999-04-21 21:48:30 Re: [GENERAL] FAQ