fmgr_info - Mailing list pgsql-interfaces

From Dirk Elmendorf
Subject fmgr_info
Date
Msg-id XFMail.980618164816.delmendo@cymitar.net
Whole thread Raw
List 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@cymitar.com>
_________________________________________________________



pgsql-interfaces by date:

Previous
From: Dario Fumagalli
Date:
Subject: Libpq++ autenthication problem II
Next
From: Peter T Mount
Date:
Subject: Re: [INTERFACES] jdbc examples.