mirror of
https://github.com/postgres/postgres.git
synced 2025-11-03 09:13:20 +03:00
Major optimizer improvement for joining a large number of tables.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: nodes.h,v 1.39 1999/02/06 16:50:31 wieck Exp $
|
||||
* $Id: nodes.h,v 1.40 1999/02/09 03:51:41 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -71,6 +71,7 @@ typedef enum NodeTag
|
||||
*---------------------
|
||||
*/
|
||||
T_RelOptInfo = 200,
|
||||
T_PathOrder,
|
||||
T_Path,
|
||||
T_IndexPath,
|
||||
T_JoinPath,
|
||||
|
||||
Reference in New Issue
Block a user