Commit c94f0c29 authored by Andres Freund's avatar Andres Freund

Blindly try to fix dtrace enabled builds, broken in 9cd00c45.

Reported-By: Peter Eisentraut
Discussion: 56E2239E.1050607@gmx.net
parent 9cd00c45
...@@ -1936,7 +1936,7 @@ BufferSync(int flags) ...@@ -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);
} }
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment