Re: Extending PostgreSQL on Windows
Tom Lane <[email protected]> Thu, 30 Jun 2005 11:15:40 -0400
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
"Magnus Hagander" <[email protected]> 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 ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq