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

Commit 4cf9d03

Browse files
committed
Added prototypes missing from parser patch.
Added needed include file.
1 parent 08554e4 commit 4cf9d03

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/backend/parser/analyze.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.8 1996/10/30 02:01:51 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.9 1996/10/31 05:54:25 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -16,6 +16,7 @@
1616
#include <string.h>
1717
#include "postgres.h"
1818
#include "nodes/nodes.h"
19+
#include "nodes/params.h"
1920
#include "nodes/primnodes.h"
2021
#include "nodes/parsenodes.h"
2122
#include "nodes/relation.h"

src/backend/parser/catalog_utils.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
*
88
* IDENTIFICATION
9-
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/catalog_utils.c,v 1.4 1996/08/28 22:50:17 scrappy Exp $
9+
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/catalog_utils.c,v 1.5 1996/10/31 05:54:27 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -27,6 +27,7 @@
2727

2828
#include "parser/catalog_utils.h"
2929
#include "catalog/pg_inherits.h"
30+
#include "catalog/pg_operator.h"
3031
#include "catalog/pg_type.h"
3132
#include "catalog/indexing.h"
3233
#include "catalog/catname.h"

0 commit comments

Comments
 (0)