should be 'RangeTblEntry' ; explain.c had copied the erroneous code.
*
* Copyright (c) 1994-5, Regents of the University of California
*
- * $Id: explain.c,v 1.41 1999/07/16 04:58:40 momjian Exp $
+ * $Id: explain.c,v 1.42 1999/07/17 19:01:21 tgl Exp $
*
*/
#include
if (appendplan->inheritrelid > 0)
{
- ResTarget *rtentry;
+ RangeTblEntry *rtentry;
rtentry = nth(whichplan, appendplan->inheritrtable);
Assert(rtentry != NULL);
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeAppend.c,v 1.23 1999/07/16 04:58:49 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeAppend.c,v 1.24 1999/07/17 19:01:21 tgl Exp $
*
*-------------------------------------------------------------------------
*/
int nplans;
List *rtables;
List *rtable;
- ResTarget *rtentry;
+ RangeTblEntry *rtentry;
/* ----------------
* get information from the append node