mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Code review for Parallel Append.
- Remove unnecessary #include mistakenly added in execnodes.h. - Fix mistake in comment in choose_next_subplan_for_leader. - Adjust row estimates in cost_append for a possibly-different parallel divisor. - Clamp row estimates in cost_append after operations that may not produce integers. Amit Kapila, with cosmetic adjustments by me. Discussion: http://postgr.es/m/CAA4eK1+qcbeai3coPpRW=GFCzFeLUsuY4T-AKHqMjxpEGZBPQg@mail.gmail.com
This commit is contained in:
		@@ -21,7 +21,6 @@
 | 
			
		||||
#include "lib/pairingheap.h"
 | 
			
		||||
#include "nodes/params.h"
 | 
			
		||||
#include "nodes/plannodes.h"
 | 
			
		||||
#include "storage/spin.h"
 | 
			
		||||
#include "utils/hsearch.h"
 | 
			
		||||
#include "utils/queryenvironment.h"
 | 
			
		||||
#include "utils/reltrigger.h"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user