aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-03-04 15:43:33 +0000
committerBruce Momjian <bruce@momjian.us>2001-03-04 15:43:33 +0000
commit60cea7d71ab54df561bc74fc6632a4bfc786c1dd (patch)
tree93e9a1ce361208b2eaffabfd63b427c1f478061f /src
parentaee52a6de3fa4b7c796a02df039f6995cb4b6981 (diff)
downloadpostgresql-60cea7d71ab54df561bc74fc6632a4bfc786c1dd.tar.gz
postgresql-60cea7d71ab54df561bc74fc6632a4bfc786c1dd.zip
Update mysql converter, new version released.
Diffstat (limited to 'src')
-rw-r--r--src/include/nodes/plannodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h
index f71452fd2b2..49319e57c67 100644
--- a/src/include/nodes/plannodes.h
+++ b/src/include/nodes/plannodes.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: plannodes.h,v 1.47 2001/01/24 19:43:26 momjian Exp $
+ * $Id: plannodes.h,v 1.48 2001/03/04 15:43:33 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -420,7 +420,7 @@ typedef struct Tee
List *rtentries; /* the range table for the plan below the
* Tee may be different than the parent
* plans */
-} Tee;
+} Tee;
#endif