fmgr_info

From: Dirk Elmendorf <delmendo(at)cymitar(dot)net>
To: pgsql-interfaces(at)postgresql(dot)org, Massimo Dal Zotto <dz(at)cs(dot)unitn(dot)it>
Subject: fmgr_info
Date: 1998-06-18 21:48:16
Message-ID: XFMail.980618164816.delmendo@cymitar.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I've finally upgraded from 6.1 to 6.3.2. And I went to recompile some of the custom functi
ons I've built for Postgres-
The problem I'm having is the declaration for fmgr_info has changed completely and
I'm not sure how to make my code 6.3.2 compliant. Most of it is based directly off of the
array iterator code provided in the contrib directory. I check this code out but I get t
he same error:
array_iterator.c: In function `array_iterator':
array_iterator.c:74: warning: passing arg 2 of `fmgr_info' from incompatible pointer type
array_iterator.c:74: too many arguments to function `fmgr_info'

Is there a 6.3.2 compliant version of array iterator available?

_________________________________________________________
Dirk Elmendorf, VP/Development Main: 210-892-4000
Cymitar Technology Group, Inc. Direct: 210-892-4005
Lorene Office Plaza Fax: 210-892-4329
9828 Lorene Lane <http://www.cymitar.com>
San Antonio, TX 78216-4450 <delmendo(at)cymitar(dot)com>
_________________________________________________________

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter T Mount 1998-06-19 17:39:21 Re: [INTERFACES] jdbc examples.
Previous Message Dario Fumagalli 1998-06-18 16:57:17 Libpq++ autenthication problem II