mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	Fix for cancel key restarting postmaster, from Claudio
This commit is contained in:
		
							parent
							
								
									5c0d0a2399
								
							
						
					
					
						commit
						9640cc7dfa
					
				@ -37,7 +37,7 @@
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 * IDENTIFICATION
 | 
			
		||||
 *	  $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.355 2004/01/07 18:56:27 neilc Exp $
 | 
			
		||||
 *	  $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.356 2004/01/09 23:11:39 momjian Exp $
 | 
			
		||||
 *
 | 
			
		||||
 * NOTES
 | 
			
		||||
 *
 | 
			
		||||
@ -2450,7 +2450,7 @@ BackendInit(Port *port)
 | 
			
		||||
	{
 | 
			
		||||
		ereport(LOG,
 | 
			
		||||
				(errmsg("connection startup failed")));
 | 
			
		||||
		proc_exit(status);
 | 
			
		||||
		proc_exit(0);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/*
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user