Bug #5260
The function could not return varchar string -- When there is function definition in includes
Start date:
11/02/2011
Due date:
11/11/2011 (over 13 years late)
% Done:
0%
Estimated time:
Resolution:
Description
There is pl/php definition as attached plsimple.sql. Which include other files blank.php.
Run first time:
test=# select plsimple();
plsimple
----------
(1 row)
test=#
Run second time:
test=# select plsimple();
plsimple
--------------
Hello world!
(1 row)
When remove the definition of function test() in the blank.php, the issue disppears.
Files