*** pgsql/src/include/nodes/nodes.h 2009/07/30 02:45:37 1.224 --- pgsql/src/include/nodes/nodes.h 2009/09/17 20:49:29 1.225 *************** *** 7,13 **** * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/nodes/nodes.h,v 1.223 2009/06/11 14:49:11 momjian Exp $ * *------------------------------------------------------------------------- */ --- 7,13 ---- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/nodes/nodes.h,v 1.224 2009/07/30 02:45:37 tgl Exp $ * *------------------------------------------------------------------------- */ *************** typedef enum NodeTag *** 211,216 **** --- 211,217 ---- T_ResultPath, T_MaterialPath, T_UniquePath, + T_NoOpPath, T_EquivalenceClass, T_EquivalenceMember, T_PathKey,