aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-03 12:13:35 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-03 12:13:35 +0000
commitff36ebc922566542f4f18c4e76a379bc620dfde4 (patch)
tree7761b783cc49e2cf2809b1efb67d3f2208e6b89b /src/include/nodes/nodes.h
parent71cd646a34d3ad4aa10e586aea69c6818c3b1bc9 (diff)
downloadpostgresql-ff36ebc922566542f4f18c4e76a379bc620dfde4.tar.gz
postgresql-ff36ebc922566542f4f18c4e76a379bc620dfde4.zip
More cleans of the inter-dependencies in the #include files
Diffstat (limited to 'src/include/nodes/nodes.h')
-rw-r--r--src/include/nodes/nodes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h
index 6c6d48ae8c4..992933c59f5 100644
--- a/src/include/nodes/nodes.h
+++ b/src/include/nodes/nodes.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodes.h,v 1.2 1996/10/31 09:49:10 scrappy Exp $
+ * $Id: nodes.h,v 1.3 1996/11/03 12:12:52 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef NODES_H
#define NODES_H
-
/*
* The first field of every node is NodeTag. Each node created (with makeNode)
* will have one of the following tags as the value of its first field.