mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-28 11:55:03 +03:00 
			
		
		
		
	initdb: Fix compiler error in USE_PREFETCH case
This commit is contained in:
		| @@ -1288,7 +1288,7 @@ setup_config(void) | |||||||
| 	conflines = replace_token(conflines, "#dynamic_shared_memory_type = posix", | 	conflines = replace_token(conflines, "#dynamic_shared_memory_type = posix", | ||||||
| 							  repltok); | 							  repltok); | ||||||
|  |  | ||||||
| #if !USE_PREFETCH | #ifndef USE_PREFETCH | ||||||
| 	conflines = replace_token(conflines, | 	conflines = replace_token(conflines, | ||||||
| 							  "#effective_io_concurrency = 1", | 							  "#effective_io_concurrency = 1", | ||||||
| 							  "#effective_io_concurrency = 0"); | 							  "#effective_io_concurrency = 0"); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user