mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-30 00:04:49 -04:00 
			
		
		
		
	Fix assignment operator thinko
Pointed out by Michael Paquier
This commit is contained in:
		
							parent
							
								
									d1747571b6
								
							
						
					
					
						commit
						f2789ab84e
					
				| @ -884,7 +884,7 @@ select_loop(int maxFd, fd_set *workerset, bool *aborting) | ||||
| 			i = -1; | ||||
| 
 | ||||
| 			if (WSAGetLastError() == WSAEINTR) | ||||
| 				errno == EINTR; | ||||
| 				errno = EINTR; | ||||
| 		} | ||||
| #endif | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user