mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-28 11:55:03 +03:00 
			
		
		
		
	Blindly try to fix dtrace enabled builds, broken in 9cd00c45.
				
					
				
			Reported-By: Peter Eisentraut Discussion: 56E2239E.1050607@gmx.net
This commit is contained in:
		| @@ -1936,7 +1936,7 @@ BufferSync(int flags) | |||||||
| 	 */ | 	 */ | ||||||
| 	CheckpointStats.ckpt_bufs_written += num_written; | 	CheckpointStats.ckpt_bufs_written += num_written; | ||||||
|  |  | ||||||
| 	TRACE_POSTGRESQL_BUFFER_SYNC_DONE(NBuffers, num_written, num_to_write); | 	TRACE_POSTGRESQL_BUFFER_SYNC_DONE(NBuffers, num_written, num_to_scan); | ||||||
| } | } | ||||||
|  |  | ||||||
| /* | /* | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user