Re: [BUGS] BUG #4912: server core dumps on xslt_process with empty param string

2009-07-09 Thread Tom Lane
"Tom Bowden" writes: > I found that when using xslt_process(), either with two parameters, or with > an empty/null third parameter -- that I get a 'server restarted' message. Hm, I don't. regression=# select xslt_process('',''); xslt_process -- (1 row) regression=# select xslt

[BUGS] BUG #4912: server core dumps on xslt_process with empty param string

2009-07-09 Thread Tom Bowden
The following bug has been logged online: Bug reference: 4912 Logged by: Tom Bowden Email address: tom.bow...@fis-cal.com PostgreSQL version: 8.4rc2 Operating system: Linux 2.6.22.5-31-bigsmp Description:server core dumps on xslt_process with empty param string Detail