mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 00:08:23 -05:00 
			
		
		
		
	Before, make check-world would create a new temporary installation for each test suite, which is slow and wasteful. Instead, we now create one test installation that is used by all test suites that are part of a make run. The management of the temporary installation is removed from pg_regress and handled in the makefiles. This allows for better control, and unifies the code with that of test suites not run through pg_regress. review and msvc support by Michael Paquier <michael.paquier@gmail.com> more review by Fabien Coelho <coelho@cri.ensmp.fr>
		
			
				
	
	
		
			40 lines
		
	
	
		
			428 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			428 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Global excludes across all subdirectories
 | 
						|
*.o
 | 
						|
*.obj
 | 
						|
*.so
 | 
						|
*.so.[0-9]
 | 
						|
*.so.[0-9].[0-9]
 | 
						|
*.sl
 | 
						|
*.sl.[0-9]
 | 
						|
*.sl.[0-9].[0-9]
 | 
						|
*.dylib
 | 
						|
*.dll
 | 
						|
*.a
 | 
						|
*.mo
 | 
						|
*.pot
 | 
						|
objfiles.txt
 | 
						|
.deps/
 | 
						|
*.gcno
 | 
						|
*.gcda
 | 
						|
*.gcov
 | 
						|
*.gcov.out
 | 
						|
lcov.info
 | 
						|
coverage/
 | 
						|
*.vcproj
 | 
						|
*.vcxproj
 | 
						|
win32ver.rc
 | 
						|
*.exe
 | 
						|
lib*dll.def
 | 
						|
lib*.pc
 | 
						|
 | 
						|
# Local excludes in root directory
 | 
						|
/GNUmakefile
 | 
						|
/config.cache
 | 
						|
/config.log
 | 
						|
/config.status
 | 
						|
/pgsql.sln
 | 
						|
/pgsql.sln.cache
 | 
						|
/Debug/
 | 
						|
/Release/
 | 
						|
/tmp_install/
 |