Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 08320bf

Browse files
committed
Small updates to #include lists for pending optimizer checkin.
1 parent c9b128f commit 08320bf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/backend/parser/parse_agg.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
*
88
*
99
* 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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414

1515
#include "postgres.h"
1616
#include "catalog/pg_aggregate.h"
1717
#include "optimizer/clauses.h"
18+
#include "optimizer/tlist.h"
1819
#include "parser/parse_agg.h"
1920
#include "parser/parse_coerce.h"
2021
#include "parser/parse_expr.h"

src/backend/parser/parse_clause.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
*
88
*
99
* 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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414

1515
#include "postgres.h"
1616

1717
#include "access/heapam.h"
18-
#include "nodes/relation.h"
18+
#include "optimizer/tlist.h"
1919
#include "parse.h"
2020
#include "parser/parse_clause.h"
2121
#include "parser/parse_coerce.h"

0 commit comments

Comments
 (0)