1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Cleanup up code.

This commit is contained in:
Bruce Momjian
1998-04-13 21:07:15 +00:00
parent 0435ecf5d5
commit 8eb08ae6b9
3 changed files with 2 additions and 9 deletions

View File

@ -111,7 +111,6 @@ ExecAgg(Agg *node)
isNull2 = FALSE;
/***S*H***/
do {
@ -486,7 +485,6 @@ ExecAgg(Agg *node)
* ----------------
*/
/***S*H***/
}
while((ExecQual(fix_opids(node->plan.qual),econtext)!=true) &&
(node->plan.qual!=NULL));