mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Remove T_Expr
This is an abstract node that shouldn't have a node tag defined. Reviewed-by: Jacob Champion <pchampion@vmware.com> Discussion: https://www.postgresql.org/message-id/c091e5cd-45f8-69ee-6a9b-de86912cc7e7@enterprisedb.com
This commit is contained in:
		@@ -153,7 +153,6 @@ typedef enum NodeTag
 | 
				
			|||||||
	T_Alias,
 | 
						T_Alias,
 | 
				
			||||||
	T_RangeVar,
 | 
						T_RangeVar,
 | 
				
			||||||
	T_TableFunc,
 | 
						T_TableFunc,
 | 
				
			||||||
	T_Expr,
 | 
					 | 
				
			||||||
	T_Var,
 | 
						T_Var,
 | 
				
			||||||
	T_Const,
 | 
						T_Const,
 | 
				
			||||||
	T_Param,
 | 
						T_Param,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user