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:
@ -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));
|
||||
|
Reference in New Issue
Block a user