1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +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

@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.9 1998/04/08 06:38:57 thomas Exp $
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.10 1998/04/13 21:07:15 momjian Exp $
*
* HISTORY
* AUTHOR DATE MAJOR EVENT
@ -2542,7 +2542,6 @@ groupby: ColId
having_clause: HAVING a_expr
{
/***S*H***/ /* elog(NOTICE, "HAVING not yet supported; ignore clause");*/
$$ = $2;
}
| /*EMPTY*/ { $$ = NULL; }