aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-03-07 16:35:41 +0000
committerBruce Momjian <bruce@momjian.us>2002-03-07 16:35:41 +0000
commitb976b8af803fb1b3d9ab6a5ae5e13f3a9a90da32 (patch)
treebe92fa181752e2769ea63315b21a6db472a2c3c9 /src/include/nodes/nodes.h
parent609f71b760d64f8ff512a5caa23d4803f664bd84 (diff)
downloadpostgresql-b976b8af803fb1b3d9ab6a5ae5e13f3a9a90da32.tar.gz
postgresql-b976b8af803fb1b3d9ab6a5ae5e13f3a9a90da32.zip
Back out domain patch until it works properly.
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 7c455a4c65c..87aceb2ff0c 100644
--- a/src/include/nodes/nodes.h
+++ b/src/include/nodes/nodes.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodes.h,v 1.99 2002/03/06 20:35:00 momjian Exp $
+ * $Id: nodes.h,v 1.100 2002/03/07 16:35:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -172,7 +172,6 @@ typedef enum NodeTag
T_TransactionStmt,
T_ViewStmt,
T_LoadStmt,
- T_CreateDomainStmt,
T_CreatedbStmt,
T_DropdbStmt,
T_VacuumStmt,