Re: Custom C function - is palloc broken?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
Cc: "Dan \"Heron\" Myers" <heron(at)xnapid(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Custom C function - is palloc broken?
Date: 2008-05-06 02:32:11
Message-ID: 6826.1210041131@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> writes:
> The other thing I had to do was add include guards on pg_config_os.h to
> protect against repeat inclusion. VC++ 8.0 does not like the repeated
> definition of `struct timezone' and `struct itimerval' (but 9.0 -
> correctly - doesn't care). I have no idea how the standard binaries were
> built with VC++ without that change

Maybe because it's only included once anyway?

I'm starting to wonder just how broken the tools you two are using
must be ... and to give thanks once again that I never got sucked
into trying to do development on Windows.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dan "Heron" Myers 2008-05-06 02:45:05 Re: Custom C function - is palloc broken?
Previous Message Tom Lane 2008-05-06 02:22:43 Re: Custom C function - is palloc broken?