mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Remove T_Join and T_Plan
These are abstract node types that don't need to have a node tag defined. Discussion: https://www.postgresql.org/message-id/2592455.1657140387%40sss.pgh.pa.us
This commit is contained in:
		@@ -43,7 +43,6 @@ typedef enum NodeTag
 | 
			
		||||
	/*
 | 
			
		||||
	 * TAGS FOR PLAN NODES (plannodes.h)
 | 
			
		||||
	 */
 | 
			
		||||
	T_Plan,
 | 
			
		||||
	T_Result,
 | 
			
		||||
	T_ProjectSet,
 | 
			
		||||
	T_ModifyTable,
 | 
			
		||||
@@ -70,7 +69,6 @@ typedef enum NodeTag
 | 
			
		||||
	T_WorkTableScan,
 | 
			
		||||
	T_ForeignScan,
 | 
			
		||||
	T_CustomScan,
 | 
			
		||||
	T_Join,
 | 
			
		||||
	T_NestLoop,
 | 
			
		||||
	T_MergeJoin,
 | 
			
		||||
	T_HashJoin,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user