Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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: Thu, 30 Jun 2005 11:15:40 -0400
  • Message-id: <19114(dot)1120144540(at)sss(dot)pgh(dot)pa(dot)us>

"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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group