Re: Extending PostgreSQL on Windows

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>
Cc: "Kostadin Zhelev" <kostadin_m(at)yahoo(dot)com>, pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: Extending PostgreSQL on Windows
Date: 2005-06-30 15:15:40
Message-ID: 19114.1120144540@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> While it may work, we don't fully support using MSVC for developing
> server-side extensions. Not sure if it's related to your problem, but
> it's quite possible.

The symptoms sound like the backend is not recognizing the function
as being V1 calling convention, which suggests something wrong with
the expansion of the PG_FUNCTION_INFO_V1 macro (eg, the created routine
doesn't have the right name). Hard to say more than that.

regards, tom lane

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Stan Vassilev 2005-07-01 22:12:54 Tons of postgres.exe processes
Previous Message Magnus Hagander 2005-06-30 14:57:01 Re: Extending PostgreSQL on Windows