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: writing backend extensions using Visual


  • From: Greg Landrum <greg(dot)landrum(at)gmail(dot)com>
  • To: pgsql-hackers-win32(at)postgresql(dot)org
  • Subject: Re: writing backend extensions using Visual
  • Date: Sat, 26 Mar 2005 11:18:04 -0800
  • Message-id: <60825b0f05032611182d2f6b31(at)mail(dot)gmail(dot)com>

On Sat, 26 Mar 2005 13:55:06 -0500, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> I'm not either, but given that he can get as far as building a library
> that will load into the backend, it's surprising that it would fall down
> on the small matter of passing function arguments.  It seems worth
> trying to understand exactly what's happening there.
>
> Greg, how sure are you about the diagnosis of "PG_ARGISNULL always
> returns true" --- have you stepped through your code with a debugger?

Nope, I haven't gone that far.  I  just had the code that was causing
the crash (from accessing bad memory) inside:
if(!PG_ARGISNULL(0)) {
}
and I'm sure that the function isn't actually being called with a null
argument (for one thing, it's declared 'strict').

-greg



Home | Main Index | Thread Index

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