help wanted (fmgr.c)

From: Gevik Babakhani <pgdev(at)xs4all(dot)nl>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: help wanted (fmgr.c)
Date: 2006-09-11 08:25:22
Message-ID: 1157963122.867.9.camel@voyager.truesoftware.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I am a little stuck of a question.

In fmgr.c:1698, function "InputFunctionCall" at line 1718

/* Should get null result if and only if str is NULL */
if (str == NULL)
{
....
....

What are we testing to be NULL here?
Do we expect str to changed at line 1715
( result = FunctionCallInvoke(&fcinfo); )

Please advice,
Gevik.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Reinhard Max 2006-09-11 08:49:54 Re: [Pgsqlrpms-hackers] Safer auto-initdb for RPM init
Previous Message Albe Laurenz 2006-09-11 06:56:43 Re: [HACKERS] Fix linking of OpenLDAP libraries