mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Update pgeasy examples
This commit is contained in:
		@@ -77,7 +77,9 @@ disconnectdb()
 | 
			
		||||
PGresult   *
 | 
			
		||||
doquery(char *query)
 | 
			
		||||
{
 | 
			
		||||
	if (res != NULL && in_result_block == FALSE && was_get_unset_result == FALSE)
 | 
			
		||||
	if (res != NULL &&
 | 
			
		||||
		in_result_block == FALSE &&
 | 
			
		||||
		was_get_unset_result == FALSE)
 | 
			
		||||
		PQclear(res);
 | 
			
		||||
 | 
			
		||||
	was_get_unset_result = FALSE;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user