mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	Silence _bt_check_unique compiler warning.
Reported-By: Tom Lane Discussion: https://postgr.es/m/841649.1592065060@sss.pgh.pa.us
This commit is contained in:
		
							parent
							
								
									8f5b596744
								
							
						
					
					
						commit
						d64f1cdf2f
					
				@ -389,7 +389,7 @@ _bt_check_unique(Relation rel, BTInsertState insertstate, Relation heapRel,
 | 
			
		||||
				 uint32 *speculativeToken)
 | 
			
		||||
{
 | 
			
		||||
	IndexTuple	itup = insertstate->itup;
 | 
			
		||||
	IndexTuple	curitup;
 | 
			
		||||
	IndexTuple	curitup = NULL;
 | 
			
		||||
	ItemId		curitemid;
 | 
			
		||||
	BTScanInsert itup_key = insertstate->itup_key;
 | 
			
		||||
	SnapshotData SnapshotDirty;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user