8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00

Fixed problems with recursive PSQL functions. Minor refactoring.

This commit is contained in:
dimitr 2010-10-08 09:39:34 +00:00
parent d9975031b9
commit 4d66b4e1ac

View File

@ -4261,8 +4261,7 @@ DmlNode* UdfCallNode::parse(thread_db* tdbb, MemoryPool& pool, CompilerScratch*
if (node->function)
{
if (!node->function->isUndefined() && !node->function->fun_entrypoint &&
!node->function->fun_external && !node->function->getStatement())
if (!node->function->isUndefined() && !node->function->isImplemented())
{
if (tdbb->getAttachment()->att_flags & ATT_gbak_attachment)
{