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
Updated by anthony chen about 13 years ago
To be sure that blank.php need to be owned by postgres,
or else will failed to run.
Updated by anthony chen about 13 years ago
This issue is closed at https://github.com/commandprompt/PL-php lastest checkout version.
Sorry to report incorrect issues.