mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix Windows build.
I renamed a variable, but missed an #ifdef WIN32 block.
This commit is contained in:
		@@ -1268,7 +1268,7 @@ top:
 | 
				
			|||||||
					 * anyway
 | 
										 * anyway
 | 
				
			||||||
					 */
 | 
										 */
 | 
				
			||||||
					fprintf(logfile, "%d %d %.0f %d 0 0",
 | 
										fprintf(logfile, "%d %d %.0f %d 0 0",
 | 
				
			||||||
							st->id, st->cnt, usec, st->use_file);
 | 
												st->id, st->cnt, latency, st->use_file);
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
					if (throttle_delay)
 | 
										if (throttle_delay)
 | 
				
			||||||
						fprintf(logfile, " %.0f", lag);
 | 
											fprintf(logfile, " %.0f", lag);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user