Re: fmgr_oldstyle in extensions

From: Paul Ramsey <pramsey(at)cleverelephant(dot)ca>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: fmgr_oldstyle in extensions
Date: 2014-09-23 17:05:09
Message-ID: etPan.5421a845.3352255a.297a@Butterfly.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Oh vey, I knew after spending a half-day walking through the debugger it would turn out to be a trivial mistake on my part. This is always how it is when the Magic Fails to Work :) Thanks so much for the help! (and now I know a lot more about the function manager (well, the old one)).

P

-- 
Paul Ramsey
http://cleverelephant.ca
http://postgis.net

On September 23, 2014 at 10:02:33 AM, Andres Freund (andres(at)2ndquadrant(dot)com) wrote:

You forgot to add a PG_FUNCTION_INFO_V1(yourfunc); for the function. 

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrej Vanek 2014-09-23 18:00:27 deadlock of lock-waits (on transaction and on tuple) using same update statement
Previous Message Andres Freund 2014-09-23 17:02:30 Re: fmgr_oldstyle in extensions