mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 20:03:03 +01:00
removed old hack for AIX, no idea what it was for (frontport)
This commit is contained in:
parent
93a48f1cc5
commit
7802ca6662
@ -3208,25 +3208,10 @@ static dsc* eval_statistical(thread_db* tdbb, jrd_nod* node, impure_value* impur
|
|||||||
flag = 0;
|
flag = 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#ifndef AIX_PPC
|
|
||||||
default:
|
default:
|
||||||
BUGCHECK(233); /* msg 233 eval_statistical: invalid operation */
|
BUGCHECK(233); /* msg 233 eval_statistical: invalid operation */
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef AIX_PPC
|
|
||||||
if (node->nod_type != nod_count &&
|
|
||||||
node->nod_type != nod_count2 &&
|
|
||||||
node->nod_type != nod_min &&
|
|
||||||
node->nod_type != nod_max &&
|
|
||||||
node->nod_type != nod_from &&
|
|
||||||
node->nod_type != nod_average &&
|
|
||||||
node->nod_type != nod_average2 && node->nod_type != nod_total)
|
|
||||||
{
|
|
||||||
BUGCHECK(233); /* msg 233 eval_statistical: invalid operation */
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Close stream and return value */
|
/* Close stream and return value */
|
||||||
|
|
||||||
RSE_close(tdbb, rsb);
|
RSE_close(tdbb, rsb);
|
||||||
|
Loading…
Reference in New Issue
Block a user