Re: Re[8]: SPI_getvalue problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alex Guryanow <gav(at)nlr(dot)ru>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Re[8]: SPI_getvalue problem
Date: 2001-01-29 15:41:15
Message-ID: 24557.980782875@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Alex Guryanow <gav(at)nlr(dot)ru> writes:
> What should I do to be able to compile my function using g++?

I think you should forget about it and use gcc :-(

> Should I make changes in c.h to define bool as int and then rebuild
> backend? Or this is a bad idea?

Very bad. bool has to be 1 byte, unless you care to indulge in
delicate surgery on a bunch of system catalogs.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-01-29 15:51:30 Re: [ANNOUNCE] PostgreSQL v7.1BETA4 Bundled and Available ...
Previous Message Tom Lane 2001-01-29 15:30:55 Re: : Execute a string of command in sql'script