Re: [HACKERS] Function-manager redesign: second draft (long)

From: wieck(at)debis(dot)com (Jan Wieck)
To: tgl(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane)
Cc: wieck(at)debis(dot)com, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Function-manager redesign: second draft (long)
Date: 1999-10-27 17:52:43
Message-ID: m11gXFb-0003kLC@orion.SAPserv.Hamburg.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> Node *resultinfo; /* pass or return extra info about result */
> Node *context; /* pass info about context of call */
>
> Does this look good to you, or am I off the track entirely?
>
> regards, tom lane
>

Looks perfect. I appreciate to get rid of globals whenever
possible.

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#========================================= wieck(at)debis(dot)com (Jan Wieck) #

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Brian Hirt 1999-10-27 18:25:18 text datatype and tuple size limits.
Previous Message Herouth Maoz 1999-10-27 17:21:03 Re: [HACKERS] Re: [GENERAL] Postgres INSERTs much slower than MySQL?