From 60cea7d71ab54df561bc74fc6632a4bfc786c1dd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 4 Mar 2001 15:43:33 +0000 Subject: Update mysql converter, new version released. --- src/include/nodes/plannodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3