mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	Fix message typo.
This commit is contained in:
		
							parent
							
								
									71ea7e9737
								
							
						
					
					
						commit
						cd340ca89a
					
				| @ -268,7 +268,7 @@ sub upgradecheck | |||||||
| 	installcheck(); | 	installcheck(); | ||||||
| 	# now we can chdir into the source dir | 	# now we can chdir into the source dir | ||||||
| 	chdir "$topdir/contrib/pg_upgrade"; | 	chdir "$topdir/contrib/pg_upgrade"; | ||||||
| 	print "\nDuming old cluster\n\n"; | 	print "\nDumping old cluster\n\n"; | ||||||
| 	system("pg_dumpall -f $tmp_root/dump1.sql") == 0 or exit 1; | 	system("pg_dumpall -f $tmp_root/dump1.sql") == 0 or exit 1; | ||||||
| 	print "\nStopping old cluster\n\n"; | 	print "\nStopping old cluster\n\n"; | ||||||
| 	system("pg_ctl -m fast stop") == 0 or exit 1; | 	system("pg_ctl -m fast stop") == 0 or exit 1; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user