Displaying 1 result from an estimated 1 matches for "plr17706".
2004 Dec 16
1
PL/R calls fail
...#snip#######
ERROR: R interpreter parse error
######snip#######
A closer look at the postmaster's/ postgres's log-file reveals that a
hardly more
specific exception is thrown at this level, i.e.:
######snip#######
ERROR: R interpreter parse error
DETAIL: R parse error caught in "PLR17706 <- function(arg1,arg2) {
if (arg1 > arg2)
return(arg1)
else
return(arg2)
}".
CONTEXT: In PL/R function r_max
######snip#######
Even gdb monitoring did not provide any further hint, using older
PostgreSQL, R and PL/R ve...