help wanted (fmgr.c) - Mailing list pgsql-hackers

From Gevik Babakhani
Subject help wanted (fmgr.c)
Date
Msg-id 1157963122.867.9.camel@voyager.truesoftware.net
Whole thread Raw
Responses Re: help wanted (fmgr.c)  (Abhijit Menon-Sen <ams@oryx.com>)
List 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.








pgsql-hackers by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: [PATCHES] Fix linking of OpenLDAP libraries
Next
From: Reinhard Max
Date:
Subject: Re: [Pgsqlrpms-hackers] Safer auto-initdb for RPM init