Re: 7.5 beta version

From: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Dann Corbit <DCorbit(at)connx(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.5 beta version
Date: 2004-04-11 14:28:14
Message-ID: 20040411142814.GH66987@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Apr 05, 2004 at 09:38:13PM -0400, Bruce Momjian wrote:
>
> I don't think you can mix libs/binaries from different compilers.

As long as it's plain old C, and the compilers adhere to the platform's
ABI standards, why not? Even if you compile the C code using a C++
compiler, as in this case, any C structs will be PODs and so should be
compiled according to the C layout rules.

Jeroen

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Steve Atkins 2004-04-11 15:15:21 Re: PostgreSQL configuration
Previous Message pgsql 2004-04-11 13:52:07 Re: PostgreSQL configuration