diff options
| author | Neil Conway <neilc@samurai.com> | 2004-01-07 18:43:36 +0000 |
|---|---|---|
| committer | Neil Conway <neilc@samurai.com> | 2004-01-07 18:43:36 +0000 |
| commit | afca5d50dc296580925b560fff0eb75bb48f0cbe (patch) | |
| tree | 4ed69580d3e35ce53b79ae9a6fd5115ebca11dd5 /src/include/nodes/primnodes.h | |
| parent | 7f5e12a84cfa57e3ae56145297d2971441a42a4c (diff) | |
| download | postgresql-afca5d50dc296580925b560fff0eb75bb48f0cbe.tar.gz | |
Cleanup: move the 'Value' node into a separate file, rather than putting
it in the same file as the 'List' node.
Diffstat (limited to 'src/include/nodes/primnodes.h')
| -rw-r--r-- | src/include/nodes/primnodes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h index 41efbf7516..6a9312b73f 100644 --- a/src/include/nodes/primnodes.h +++ b/src/include/nodes/primnodes.h @@ -10,7 +10,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/primnodes.h,v 1.93 2003/11/29 22:41:06 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/nodes/primnodes.h,v 1.94 2004/01/07 18:43:36 neilc Exp $ * *------------------------------------------------------------------------- */ @@ -19,6 +19,7 @@ #include "access/attnum.h" #include "nodes/pg_list.h" +#include "nodes/value.h" /* ---------------------------------------------------------------- |
