diff options
Diffstat (limited to 'src/include/nodes/parsenodes.h')
-rw-r--r-- | src/include/nodes/parsenodes.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index 9101ba1e177..5cfe5ec645d 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parsenodes.h,v 1.242 2003/06/29 00:33:44 tgl Exp $ + * $Id: parsenodes.h,v 1.243 2003/07/03 16:34:25 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -279,14 +279,6 @@ typedef struct ResTarget } ResTarget; /* - * Empty node used as a marker for Default Columns - */ -typedef struct SetToDefault -{ - NodeTag type; -} SetToDefault; - -/* * SortGroupBy - for ORDER BY clause */ typedef struct SortGroupBy |