I know that I can use fcinfo->flinfo->fn_extra to determine if a
particular function has been previously called within a given SQL
statement execution, but what is the best way to determine that the
current statement has or has not changed?
Specifically I'd like to reset a variable within my PL/R interpreter
each time a new SQL statement begins.
Joe