mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	pgindent run before PG 9.1 beta 1.
This commit is contained in:
		@@ -184,7 +184,7 @@ extern int	list_length(List *l);
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * forthree -
 | 
			
		||||
 *    the same for three lists
 | 
			
		||||
 *	  the same for three lists
 | 
			
		||||
 */
 | 
			
		||||
#define forthree(cell1, list1, cell2, list2, cell3, list3)			\
 | 
			
		||||
	for ((cell1) = list_head(list1), (cell2) = list_head(list2), (cell3) = list_head(list3); \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user