File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/parser/parse_agg.c,v 1.26 1999/07/17 20:17:23 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/parser/parse_agg.c,v 1.27 1999/08/16 02:10:13 tgl Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
14
14
15
15
#include "postgres.h"
16
16
#include "catalog/pg_aggregate.h"
17
17
#include "optimizer/clauses.h"
18
+ #include "optimizer/tlist.h"
18
19
#include "parser/parse_agg.h"
19
20
#include "parser/parse_coerce.h"
20
21
#include "parser/parse_expr.h"
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/parser/parse_clause.c,v 1.42 1999/07/19 00:26:19 tgl Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/parser/parse_clause.c,v 1.43 1999/08/16 02:10:13 tgl Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
14
14
15
15
#include "postgres.h"
16
16
17
17
#include "access/heapam.h"
18
- #include "nodes/relation .h"
18
+ #include "optimizer/tlist .h"
19
19
#include "parse.h"
20
20
#include "parser/parse_clause.h"
21
21
#include "parser/parse_coerce.h"
You can’t perform that action at this time.
0 commit comments